summaryrefslogtreecommitdiffstats
path: root/doc/arch.doc
diff options
context:
space:
mode:
authorMatthew White <mehw.is.me@inventati.org>2017-12-16 19:39:05 (GMT)
committerMatthew White <mehw.is.me@inventati.org>2017-12-16 19:39:05 (GMT)
commit507880a0c7ed6029ce7ede2e85d23a9650a3f6bf (patch)
treee4b1d536846ef4690365047d4578bc8302619249 /doc/arch.doc
parent856a43cfe08179ebbcebe656262b0229925547c8 (diff)
downloadDoxygen-507880a0c7ed6029ce7ede2e85d23a9650a3f6bf.zip
Doxygen-507880a0c7ed6029ce7ede2e85d23a9650a3f6bf.tar.gz
Doxygen-507880a0c7ed6029ce7ede2e85d23a9650a3f6bf.tar.bz2
Fix: add missing semicolon ';' at end of line
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 fe86ca9..e5fbbdc 100644
--- a/doc/arch.doc
+++ b/doc/arch.doc
@@ -237,7 +237,7 @@ else {
# touch the file
$now = time;
-utime $now, $now, $file
+utime $now, $now, $file;
\endverbatim
Another way to get rules matching / debugging information
from the \c flex code is setting LEX_FLAGS with \c make (`make LEX_FLAGS=-d`).