summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/c2nim/clex.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/c2nim/clex.nim b/compiler/c2nim/clex.nim
index 3681fa8e1..5b648392f 100644
--- a/compiler/c2nim/clex.nim
+++ b/compiler/c2nim/clex.nim
@@ -410,7 +410,7 @@ proc getString(L: var TLexer, tok: var TToken) =
     of LF: 
       pos = nimlexbase.HandleLF(L, pos)
       buf = L.buf
-    of lexbase.EndOfFile: 
+    of nimlexbase.EndOfFile: 
       var line2 = L.linenumber
       L.LineNumber = line
       lexMessagePos(L, errClosingQuoteExpected, L.lineStart)