Commit 594fe678fb2001417eddb5854c4a7d54a9c59a44

Jeff Garzik 2011-03-21T17:44:20

example-cfg.json: remove extraneous commas, which broke JSON decode Spotted by lfm

1
2
3
4
5
6
7
8
9
10
11
diff --git a/example-cfg.json b/example-cfg.json
index 26c2676..8bda9db 100644
--- a/example-cfg.json
+++ b/example-cfg.json
@@ -9,5 +9,5 @@
 	"algo" : "sse2_64",
 	"threads" : "4",
 
-	"quiet" : true,
+	"quiet" : true
 }