From 2ac0833f10b88b1a75428b169132ae211a050df6 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 21 Mar 2007 03:05:56 +0000 Subject: [PATCH] fix typo svn: r5803 --- collects/mred/private/misc.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mred/private/misc.ss b/collects/mred/private/misc.ss index 22e8fbf18e..f1d959c778 100644 --- a/collects/mred/private/misc.ss +++ b/collects/mred/private/misc.ss @@ -123,7 +123,7 @@ (unless (file-exists? f) (error 'play-sound "file not found: ~e" f)) ((if (eq? (system-type) 'unix) (force unix-play-command) wx:play-sound) - f async)) + f async?)) ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Timers: