summary refs log tree commit diff stats
path: root/compiler/c2nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/c2nim')
-rwxr-xr-xcompiler/c2nim/c2nim.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/c2nim/c2nim.nim b/compiler/c2nim/c2nim.nim
index 0e39f5976..6d7a0d6c1 100755
--- a/compiler/c2nim/c2nim.nim
+++ b/compiler/c2nim/c2nim.nim
@@ -64,7 +64,7 @@ for kind, key, val in getopt():
     of "o", "out": outfile = val
     else:
       if not parserOptions.setOption(key, val):
-        stdout.write("[Error] unknown option: " & key)
+        stdout.writeln("[Error] unknown option: " & key)
   of cmdEnd: assert(false)
 if infile.len == 0:
   # no filename has been given, so we show the help:
dfeb31c88e1f06'>06848dc3 ^
d1a1173d ^
8fa87054 ^
e2393938 ^
06848dc3 ^
e52629c1 ^
f027adc0 ^
e52629c1 ^



08f08fb9 ^
d8084b41 ^

b3d031a9 ^

08f08fb9 ^
654af129 ^

d1a1173d ^
d8084b41 ^
cba63cf3 ^
e52629c1 ^
b3d031a9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41