From 2a0f7b5de72dc1d8c1018bb60630764f765376bb Mon Sep 17 00:00:00 2001 From: patrick dw Date: Fri, 19 Jun 2015 01:45:12 -0500 Subject: renamed writeln to writeLine in compiler --- compiler/extccomp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/extccomp.nim') diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 38427b367..2c6e5294f 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -596,7 +596,7 @@ proc externalFileChanged(filename: string): bool = result = true if result: if open(f, crcFile, fmWrite): - f.writeln($currentCrc) + f.writeLine($currentCrc) close(f) proc addExternalFileToCompile*(filename: string) = -- cgit 1.4.1-2-gfad0