From 6fa512d6afbdf310c30ed036d2912689cfbd81b1 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 original commit: 2ac0833f10b88b1a75428b169132ae211a050df6 --- 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 22e8fbf1..f1d959c7 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: