From 0ab27fcb4bc5bfb223fe0bfef17ad5e2ced168b1 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Mon, 5 Dec 2011 16:47:21 -0500 Subject: [PATCH] Fix typo. --- src/dorem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorem.c b/src/dorem.c index e705fe0d..b4791319 100644 --- a/src/dorem.c +++ b/src/dorem.c @@ -715,7 +715,7 @@ int TriggerReminder(ParsePtr p, Trigger *t, TimeTrig *tim, int jul) return OK; /* Handle COLOR types */ - if (t->typ == PASSTHRU_TYPE && (!strcmp(t->passthru, "COLOR") || !strcmp(t->passthru, "COLOUR")) { + if (t->typ == PASSTHRU_TYPE && (!strcmp(t->passthru, "COLOR") || !strcmp(t->passthru, "COLOUR"))) { /* Strip off three tokens */ r = ParseToken(p, &buf); if (!NextMode) {