From 444e8d1990ced34814cc04609c67e03650c2952f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 Jan 2013 14:24:18 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLogParser.js b/GitLogParser.js index 87ecdf8c..10ea2d6a 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -232,7 +232,7 @@ for (var h in GitLogParser.shours) { print(h+':'); hsum.forEach(function(r) { print (" " + r.tot + " : " + r.desc); - } + }); } -- 2.39.2