summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-09-22 15:51:23 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-22 16:01:47 +0200
commit6bbf1412886d9e366cf8f42f6b715491b833bbc8 (patch)
tree7f8a64ea540d983bfe26b38b1d504d4737364539
parent60760e171ed98977c60c8790e8af3ed3a3cbc493 (diff)
Do not show wrong 'Press ENTER'
Gbp-Pq: Name 0003-Do-not-show-wrong-Press-ENTER.patch
-rw-r--r--sfarkxtc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfarkxtc.cpp b/sfarkxtc.cpp
index 8ac5e24..8ad6e55 100644
--- a/sfarkxtc.cpp
+++ b/sfarkxtc.cpp
@@ -120,7 +120,7 @@ int main(int argc, char** argv)
{
printf("Specify input and output files on the command line, i.e:\n");
printf("%s <InputFilename> <OutputFilename>\n", ThisProg);
- printf("Press ENTER."); //getc(stdin);
+ //printf("Press ENTER."); //getc(stdin);
return 1;
}