From 262f2da407cd853c8eba967e2488e7486fceeaa3 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 12 Feb 2008 09:13:18 +0000 Subject: [PATCH] typo svn: r8627 --- collects/games/gcalc/gcalc.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/games/gcalc/gcalc.ss b/collects/games/gcalc/gcalc.ss index 9d8404eefd..32bac3afd1 100644 --- a/collects/games/gcalc/gcalc.ss +++ b/collects/games/gcalc/gcalc.ss @@ -8,7 +8,7 @@ (require (lib "class.ss") (lib "mred.ss" "mred") (lib "etc.ss") "../show-help.ss" (lib "unit.ss")) (provide game@) -d + (define customs '()) (define (add-custom! name get set type desc) (set! customs (append customs (list (make-custom name get set type desc)))))