summaryrefslogtreecommitdiff
path: root/palm/pilot_makedoc/files/patch-makedoc7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'palm/pilot_makedoc/files/patch-makedoc7.cpp')
-rw-r--r--palm/pilot_makedoc/files/patch-makedoc7.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/palm/pilot_makedoc/files/patch-makedoc7.cpp b/palm/pilot_makedoc/files/patch-makedoc7.cpp
new file mode 100644
index 000000000000..f1cf39902187
--- /dev/null
+++ b/palm/pilot_makedoc/files/patch-makedoc7.cpp
@@ -0,0 +1,18 @@
+--- makedoc7.cpp.orig Wed Mar 13 21:37:41 2002
++++ makedoc7.cpp Wed Mar 13 21:39:39 2002
+@@ -589,7 +589,7 @@
+ printf("\n -n builds the .prc file without compression");
+ printf("\n -b option compresses/decompresses binary");
+ #if UNIX
+- printf("\n");
++ printf("\n\n");
+ #endif
+ exit(1);
+ }
+@@ -746,5 +746,6 @@
+ fclose(fin);
+ fclose(fout);
+ }
++ printf("\n");
+ exit(0);
+ }