X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fsound.c;h=c9fe1b03da2c87336d99ce3a2f4857a11096c8ed;hp=4a8786f885d5cc15b5c600baa02c14f47db46b64;hb=b73e352f264e9da0a00159dc29f318305cbe8636;hpb=afa9772e3fcbb4e80e3e4cfd1a40b4fccc6d08b8 diff --git a/src/sound.c b/src/sound.c index 4a8786f..c9fe1b0 100644 --- a/src/sound.c +++ b/src/sound.c @@ -379,8 +379,8 @@ device). */ (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);