Skip to content

Commit 4d8d1e3

Browse files
committed
1 parent f4515eb commit 4d8d1e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sabine.jar

304 KB
Binary file not shown.

src/main/SABINE_Main.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,10 @@ public static void main(String[] args) {
340340
}
341341

342342
if (! caller.silent) System.out.println("\nOutput file: " + outfile + "\n");
343-
}
344-
345-
if (caller.stopTime) {
346-
System.out.println("Time elapsed: " + caller.stopwatch.toString());
343+
344+
if (caller.stopTime) {
345+
System.out.println("Time elapsed: " + caller.stopwatch.toString());
346+
}
347347
}
348348
}
349349

0 commit comments

Comments
 (0)