diff options
Diffstat (limited to 'tools/trimcc.nim')
-rw-r--r-- | tools/trimcc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/trimcc.nim b/tools/trimcc.nim index fd15726a5..6271d2b9a 100644 --- a/tools/trimcc.nim +++ b/tools/trimcc.nim @@ -21,7 +21,7 @@ proc walker(dir: string) = moveFile(dest=path, sourc=newName(path)) of pcDir: walker(path) - else: nil + else: discard if paramCount() == 1: walker(paramStr(1)) |