summary refs log tree commit diff stats
path: root/src/common/hexchat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r--src/common/hexchat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c
index fdae21d0..7d8e462f 100644
--- a/src/common/hexchat.c
+++ b/src/common/hexchat.c
@@ -209,7 +209,7 @@ find_dialog (server *serv, char *nick)
 		}
 		list = list->next;
 	}
-	return 0;
+	return NULL;
 }
 
 session *
@@ -227,7 +227,7 @@ find_channel (server *serv, char *chan)
 		}
 		list = list->next;
 	}
-	return 0;
+	return NULL;
 }
 
 static void