diff src/sound.c @ 430:a5df635868b2 r21-2-23

Import from CVS: tag r21-2-23
author cvs
date Mon, 13 Aug 2007 11:29:08 +0200
parents 3ecd8885ac67
children 3a7e78e1142d
line wrap: on
line diff
--- a/src/sound.c	Mon Aug 13 11:28:16 2007 +0200
+++ b/src/sound.c	Mon Aug 13 11:29:08 2007 +0200
@@ -379,8 +379,8 @@
 */
        (arg, sound, device))
 {
-  static time_t last_bell_time = (time_t) 0;
-  static struct device *last_bell_device = (struct device*) 0;
+  static time_t last_bell_time;
+  static struct device *last_bell_device;
   time_t now;
   struct device *d = decode_device (device);