diff options
Diffstat (limited to 'src/env-update.c')
-rw-r--r-- | src/env-update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env-update.c b/src/env-update.c index c04974b1..8be37b8d 100644 --- a/src/env-update.c +++ b/src/env-update.c @@ -79,7 +79,7 @@ int main (int argc, char **argv) STRLIST_FOREACH (files, file, i) { - char *path = rc_strcatpaths (ENVDIR, file, NULL); + char *path = rc_strcatpaths (ENVDIR, file, (char *) NULL); char **entries = NULL; char *entry; int j; |