From 7bd101254104f2fac92b18e8a9f645e6dc06c9ec Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Thu, 9 Jun 2011 23:38:58 +0200 Subject: Move aside, parens! --- smsmatrix.scm | 4 ++-- 1 file 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 -- cgit v1.2.3