From 23abab4f809e8d4b825746580082292db700036b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 29 Oct 2018 13:00:08 -0700 Subject: Some cleanups and fixes, made the parser more permissive of prematurely terminated files. --- tools/find_action.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/find_action.nom b/tools/find_action.nom index 8381855..e30f155 100755 --- a/tools/find_action.nom +++ b/tools/find_action.nom @@ -23,8 +23,8 @@ for %path in %files: %results::add {..} line: %line_num text: "\ - ..\(blue "\%filename:\%line_num:") - \(yellow (source lines of %t))" + ..\(blue "\%filename:\%line_num:") + \(yellow (source lines of %t))" if (%t is syntax tree): for %sub in %t: recurse %t on %sub -- cgit v1.2.3