From 33956eb6322dc76950aa9e725dc7bc610f3ec247 Mon Sep 17 00:00:00 2001 From: pk910 Date: Wed, 17 Aug 2011 07:44:15 +0200 Subject: [PATCH] syntax fix --- bot_NeonServ.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot_NeonServ.c b/bot_NeonServ.c index 5e8aabd..f2d1473 100644 --- a/bot_NeonServ.c +++ b/bot_NeonServ.c @@ -18,7 +18,8 @@ static const struct default_language_entry msgtab[] = { {"NS_USER_UNKNOWN", "User with nick \002%s\002 does not exist."}, {"NS_AUTH_UNKNOWN", "Account \002%s\002 has not been registered."}, - {"NS_USER_NEED_AUTH", "%s must first authenticate with \002AuthServ\002."} + {"NS_USER_NEED_AUTH", "%s must first authenticate with \002AuthServ\002."}, + {NULL, NULL} }; -- 2.20.1