summary refs log tree commit diff stats
path: root/compiler/prettybase.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/prettybase.nim')
-rw-r--r--compiler/prettybase.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prettybase.nim b/compiler/prettybase.nim
index 581114441..baf2484e4 100644
--- a/compiler/prettybase.nim
+++ b/compiler/prettybase.nim
@@ -41,7 +41,7 @@ proc differ*(line: string, a, b: int, x: string): bool =
   let y = line[a..b]
   result = cmpIgnoreStyle(y, x) == 0 and y != x
 
-proc replaceDeprecated*(info: TlineInfo; oldSym, newSym: PSym) =
+proc replaceDeprecated*(info: TLineInfo; oldSym, newSym: PSym) =
   loadFile(info)
 
   let line = gSourceFiles[info.fileIndex].lines[info.line-1]