From 4d847c09c29970934d784f626ae5c445df7ebfd6 Mon Sep 17 00:00:00 2001 From: dimichxp Date: Tue, 1 Apr 2008 20:05:10 +0900 Subject: [PATCH] fix for parentheses "typo" --- common.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.scm b/common.scm index 461cc3a..1d98494 100644 --- a/common.scm +++ b/common.scm @@ -27,7 +27,7 @@ (string-append STX cmd (if (eq? par #f) "" - ((string-append RS par)) + (string-append RS par) ) ETX ) -- 2.11.4.GIT