summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authormmirate <mmirate@gmx.com>2012-12-19 22:32:47 -0500
committermmirate <mmirate@gmx.com>2012-12-19 22:32:47 -0500
commite8c00e30019e2e4c79cc62859dbcd49584fcd5a7 (patch)
tree8901fe2c5562723ea1ebb2508e05f27c8726e202 /contrib
parent17f3ef0c4b700320b4f1df706c715cc39a60488b (diff)
mu-sexp-convert: fix intra-array separator
It is now ", " rather than " ".
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/mu-sexp-convert2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mu-sexp-convert b/contrib/mu-sexp-convert
index f633b1b..18aba6c 100755
--- a/contrib/mu-sexp-convert
+++ b/contrib/mu-sexp-convert
@@ -156,7 +156,7 @@ into a list of pairs
(if (string? (cdr addr))
(format #f "\"email\": \"~a\""
(string->json (cdr addr))) "")))
- expr " ")
+ expr ", ")
"]"))
((string= parent "parts") "[]") ;; todo
;; convert the crazy emacs time thingy to time_t...