GitLogParser.js
[gitlive] / GitLogParser.js
index 87ecdf8..10ea2d6 100644 (file)
@@ -232,7 +232,7 @@ for (var h in GitLogParser.shours) {
     print(h+':');
     hsum.forEach(function(r) {
         print ("  " + r.tot + "   : " + r.desc);
-    }
+    });
 }