diff options
Diffstat (limited to 'src/common/notify.c')
-rw-r--r-- | src/common/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/notify.c b/src/common/notify.c index b7c56573..b5316c36 100644 --- a/src/common/notify.c +++ b/src/common/notify.c @@ -196,7 +196,7 @@ notify_find (server *serv, char *nick) list = list->next; } - return 0; + return NULL; } static void |