diff options
author | Araq <rumpf_a@web.de> | 2012-12-19 08:44:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-19 08:44:20 +0100 |
commit | c73d9fdd4c5d216b75ae4dc7659ea6c19c13ad15 (patch) | |
tree | 51f44d636986f33b40aaeb88247485a036d54642 /koch.nim | |
parent | 3e514cd5dc1f95561be4fa39bf4881fb40be9529 (diff) | |
download | Nim-c73d9fdd4c5d216b75ae4dc7659ea6c19c13ad15.tar.gz |
small examples work with the FFI
Diffstat (limited to 'koch.nim')
-rwxr-xr-x | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 029e8a733..b01de94cb 100755 --- a/koch.nim +++ b/koch.nim @@ -215,7 +215,7 @@ when defined(withUpdate): if errcode == 0: if output == "": # No changes - echo("No update. Exiting..") + echo("No update. Exiting...") return else: echo("Fetching updates from repo...") |