diff options
Diffstat (limited to 'smsmatrix.scm')
-rw-r--r-- | smsmatrix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smsmatrix.scm b/smsmatrix.scm index 378ca9e..7c1531a 100644 --- a/smsmatrix.scm +++ b/smsmatrix.scm @@ -272,7 +272,7 @@ (case key ((statuscode timestamp) (cons key (string->number value))) (else key/value)))) - entry) - res))))) + entry)) + res)))) )
\ No newline at end of file |