Charles Coldwell e4dbc3
--- emacs-22.1/src/sound.c~	2007-03-06 07:14:14.000000000 -0500
Charles Coldwell e4dbc3
+++ emacs-22.1/src/sound.c	2007-08-09 15:54:52.117018000 -0400
Charles Coldwell e4dbc3
@@ -1469,7 +1469,7 @@ Internal use only, use `play-sound' inst
Charles Coldwell e4dbc3
       error ("No usable sound device driver found");
Charles Coldwell e4dbc3
 
Charles Coldwell e4dbc3
   /* Open the device.  */
Charles Coldwell e4dbc3
-  current_sound_device->open (current_sound_device);
Charles Coldwell e4dbc3
+  (current_sound_device->open) (current_sound_device);
Charles Coldwell e4dbc3
 
Charles Coldwell e4dbc3
   /* Play the sound.  */
Charles Coldwell e4dbc3
   current_sound->play (current_sound, current_sound_device);