aboutsummaryrefslogtreecommitdiff
path: root/tools/find_action.nom
diff options
context:
space:
mode:
Diffstat (limited to 'tools/find_action.nom')
-rwxr-xr-xtools/find_action.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/find_action.nom b/tools/find_action.nom
index a6be84f..21482d3 100755
--- a/tools/find_action.nom
+++ b/tools/find_action.nom
@@ -16,7 +16,7 @@ for %path in %files:
for file %filename in %path:
unless (%filename::matches "%.nom$"): do next %filename
%file = (read file %filename)
- %code = (%NomsuCode (%Source %filename 1 (size of %file)) %file)
+ %code = (NomsuCode from (%Source %filename 1 (size of %file)) %file)
try:
%tree = (%code parsed)
..and if it barfs %msg: