example-cfg.json: remove extraneous commas, which broke JSON decode Spotted by lfm
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
}