summaryrefslogtreecommitdiffstats
path: root/doc/arch.doc
diff options
context:
space:
mode:
authorMatthew White <mehw.is.me@inventati.org>2017-12-16 19:05:50 (GMT)
committerMatthew White <mehw.is.me@inventati.org>2017-12-16 19:31:15 (GMT)
commit856a43cfe08179ebbcebe656262b0229925547c8 (patch)
treece5795e35ac14ebab39fe5770c270326e42a3e8c /doc/arch.doc
parentb11b19badf4ef7318512c28f448dbecd6a47a715 (diff)
downloadDoxygen-856a43cfe08179ebbcebe656262b0229925547c8.zip
Doxygen-856a43cfe08179ebbcebe656262b0229925547c8.tar.gz
Doxygen-856a43cfe08179ebbcebe656262b0229925547c8.tar.bz2
Fix: add missing newline char '\n'
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");