Przeglądaj źródła

Merge pull request #75 from Octav14n/patch-1

Exit after printing the bcc-version.
Brucey 10 lat temu
rodzic
commit
ce26c9cc14
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      bcc.bmx

+ 1 - 0
bcc.bmx

@@ -31,6 +31,7 @@ Local args:String[] = ParseArgs(AppArgs[1..])
 
 
 If args.length = 0 Then
 If args.length = 0 Then
 	Print "bcc[ng] Release Version " + version
 	Print "bcc[ng] Release Version " + version
+	End
 End If
 End If
 
 
 If args.length <> 1 Then
 If args.length <> 1 Then