diff options
Diffstat (limited to 'nim/pragmas.pas')
-rwxr-xr-x | nim/pragmas.pas | 2 |
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 |