Fix up malformed JSON.

This commit is contained in:
halex
2007-11-03 23:17:40 +00:00
parent ac4d5d74fc
commit a3a4a42eda
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"version": 1,
"port": 143,
"port_ssl": 993,
"threads_max": 50,
"threads_max": 50
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": 1,
"port": 110,
"port_ssl": 995,
"port_ssl": 995
}