Skip to content

Commit

Permalink
Fix: add missing semicolon ';' at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
mehw committed Dec 16, 2017
1 parent 856a43c commit 507880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/arch.doc
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit 507880a

Please sign in to comment.