example-cfg.json: remove extraneous commas, which broke JSON decode
Spotted by lfm
This commit is contained in:
parent
124abb6c4d
commit
594fe678fb
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@
|
||||||
"algo" : "sse2_64",
|
"algo" : "sse2_64",
|
||||||
"threads" : "4",
|
"threads" : "4",
|
||||||
|
|
||||||
"quiet" : true,
|
"quiet" : true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue