Browse Source

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

Spotted by lfm
Jeff Garzik 15 years ago
parent
commit
594fe678fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      example-cfg.json

+ 1 - 1
example-cfg.json

@@ -9,5 +9,5 @@
 	"algo" : "sse2_64",
 	"algo" : "sse2_64",
 	"threads" : "4",
 	"threads" : "4",
 
 
-	"quiet" : true,
+	"quiet" : true
 }
 }