diff options
author | Matthew White <mehw.is.me@inventati.org> | 2017-12-16 19:39:05 (GMT) |
---|---|---|
committer | Matthew White <mehw.is.me@inventati.org> | 2017-12-16 19:39:05 (GMT) |
commit | 507880a0c7ed6029ce7ede2e85d23a9650a3f6bf (patch) | |
tree | e4b1d536846ef4690365047d4578bc8302619249 /doc | |
parent | 856a43cfe08179ebbcebe656262b0229925547c8 (diff) | |
download | Doxygen-507880a0c7ed6029ce7ede2e85d23a9650a3f6bf.zip Doxygen-507880a0c7ed6029ce7ede2e85d23a9650a3f6bf.tar.gz Doxygen-507880a0c7ed6029ce7ede2e85d23a9650a3f6bf.tar.bz2 |
Fix: add missing semicolon ';' at end of line
Diffstat (limited to 'doc')
-rw-r--r-- | doc/arch.doc | 2 |
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`). |