fix typo
svn: r5803
This commit is contained in:
parent
162962d668
commit
2ac0833f10
|
@ -123,7 +123,7 @@
|
||||||
(unless (file-exists? f)
|
(unless (file-exists? f)
|
||||||
(error 'play-sound "file not found: ~e" f))
|
(error 'play-sound "file not found: ~e" f))
|
||||||
((if (eq? (system-type) 'unix) (force unix-play-command) wx:play-sound)
|
((if (eq? (system-type) 'unix) (force unix-play-command) wx:play-sound)
|
||||||
f async))
|
f async?))
|
||||||
|
|
||||||
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Timers:
|
;; Timers:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user