From f2b9905b4e4365e0dd51a67ad90ac690f584feca Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 28 Dec 2013 01:57:19 +0100 Subject: case consistency part 9 --- compiler/pas2nim/pas2nim.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/pas2nim/pas2nim.nim') diff --git a/compiler/pas2nim/pas2nim.nim b/compiler/pas2nim/pas2nim.nim index ce5eb5c1a..d10028167 100644 --- a/compiler/pas2nim/pas2nim.nim +++ b/compiler/pas2nim/pas2nim.nim @@ -26,7 +26,7 @@ Options: """ proc main(infile, outfile: string, flags: set[TParserFlag]) = - var stream = LLStreamOpen(infile, fmRead) + var stream = llStreamOpen(infile, fmRead) if stream == nil: rawMessage(errCannotOpenFile, infile) var p: TParser openParser(p, infile, stream, flags) -- cgit 1.4.1-2-gfad0