Don't return 0 in place of NULL
This commit is contained in:
+1
-1
@@ -196,7 +196,7 @@ notify_find (server *serv, char *nick)
|
||||
list = list->next;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user