summaryrefslogtreecommitdiff
path: root/noannounce.c
diff options
context:
space:
mode:
Diffstat (limited to 'noannounce.c')
-rw-r--r--noannounce.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/noannounce.c b/noannounce.c
index c8c608a..ca977d6 100644
--- a/noannounce.c
+++ b/noannounce.c
@@ -106,6 +106,8 @@ bool cNoAnnounce::Parse(const char *s)
break;
case 5: nextAnnounce = atol(value);
break;
+ default:
+ break;
} //switch
}
parameter++;