aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
Diffstat (limited to 'uid.c')
-rw-r--r--uid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uid.c b/uid.c
index 9dd1979c..d7179973 100644
--- a/uid.c
+++ b/uid.c
@@ -145,7 +145,7 @@ void save_str_pair(struct idlist **idl, const char *str1, const char *str2)
(*end)->val.id2 = xstrdup(str2);
else
(*end)->val.id2 = (char *)NULL;
- (*end)->next = (char *)NULL;
+ (*end)->next = (struct idlist *)NULL;
}
#ifdef __UNUSED__