summaryrefslogtreecommitdiffstats
path: root/doc/arch.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/arch.doc')
-rw-r--r--doc/arch.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch.doc b/doc/arch.doc
index 618dcca..fe86ca9 100644
--- a/doc/arch.doc
+++ b/doc/arch.doc
@@ -205,7 +205,7 @@ $file = shift @ARGV;
print "Toggle debugging mode for $file\n";
if (!-e "../src/${file}.l")
{
- print STDERR "Error: file ../src/${file}.l does not exist!";
+ print STDERR "Error: file ../src/${file}.l does not exist!\n";
exit 1;
}
system("touch ../src/${file}.l");