summary refs log tree commit diff stats
path: root/compiler/main.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main.nim')
-rwxr-xr-xcompiler/main.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/main.nim b/compiler/main.nim
index 94c115912..70e1bc06d 100755
--- a/compiler/main.nim
+++ b/compiler/main.nim
@@ -96,8 +96,8 @@ proc CommandGenDepend =
   registerPass(cleanupPass())
   compileProject()
   generateDot(projectFullPath)
-  execExternalProgram("dot -Tpng -o" & changeFileExt(projectFullPath, "png") & ' ' &
-      changeFileExt(projectFullPath, "dot"))
+  execExternalProgram("dot -Tpng -o" & changeFileExt(projectFullPath, "png") &
+      ' ' & changeFileExt(projectFullPath, "dot"))
 
 proc CommandCheck =
   msgs.gErrorMax = high(int)  # do not stop after first error