From 507880a0c7ed6029ce7ede2e85d23a9650a3f6bf Mon Sep 17 00:00:00 2001 From: Matthew White Date: Sat, 16 Dec 2017 20:39:05 +0100 Subject: Fix: add missing semicolon ';' at end of line --- doc/arch.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`). -- cgit v0.12