aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/lists.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/lists.c')
-rw-r--r--FICS/lists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/lists.c b/FICS/lists.c
index 753bc67..8c0ab6b 100644
--- a/FICS/lists.c
+++ b/FICS/lists.c
@@ -208,7 +208,7 @@ list_size(int p, enum ListWhich l)
PRIVATE List *
list_findpartial(int p, char *which, int gonnado)
{
- List *gl;
+ List *gl = NULL;
int foundit, slen;
foundit = -1;