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

Spotted by lfm
This commit is contained in:
Jeff Garzik 2011-03-21 17:44:20 -04:00 committed by Jeff Garzik
parent 124abb6c4d
commit 594fe678fb

View file

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