aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 9bdff59..7057f04 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.115 2002/10/30 15:46:29 ukai Exp $ */
+/* $Id: main.c,v 1.116 2002/10/30 17:03:27 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -5113,7 +5113,7 @@ SigAlarm(SIGNAL_ARG)
alarm_status = AL_IMPLICIT_DONE;
}
else if ((alarm_status == AL_IMPLICIT_DONE
- && alarm_buffer != Currentbuf)
+ && alarm_buffer != Currentbuf)
|| alarm_status == AL_IMPLICIT_ONCE) {
setAlarmEvent(0, AL_UNSET, FUNCNAME_nulcmd, NULL);
}