summary refs log tree commit diff stats
path: root/nim/pragmas.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/pragmas.pas')
-rwxr-xr-xnim/pragmas.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/pragmas.pas b/nim/pragmas.pas
index 8411a319f..7a0fd2468 100755
--- a/nim/pragmas.pas
+++ b/nim/pragmas.pas
@@ -607,7 +607,7 @@ begin
       else invalidPragma(it);
     end
     else begin
-      processNote(c, n)
+      processNote(c, it)
     end;
   end;
   if (sym <> nil) and (sym.kind <> skModule) then begin