diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-03-21 17:44:20 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-21 17:44:20 -0400 |
commit | 594fe678fb2001417eddb5854c4a7d54a9c59a44 (patch) | |
tree | ebc3e5e1ef68224b8ead82140cba2366a49084e9 | |
parent | 124abb6c4da5da871da3f7090ea0b7aba6f5d844 (diff) |
example-cfg.json: remove extraneous commas, which broke JSON decode
Spotted by lfm
-rw-r--r-- | example-cfg.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |