diff options
Diffstat (limited to 'src/w32console.c')
-rw-r--r-- | src/w32console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32console.c b/src/w32console.c index 5bd4ab1f3f4..41693c63a85 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -428,7 +428,7 @@ SOUND is nil to use the normal beep.") (sound) Lisp_Object sound; { - CHECK_SYMBOL (sound, 0); + CHECK_SYMBOL (sound); if (NILP (sound)) sound_type = 0xFFFFFFFF; |