diff options
Diffstat (limited to 'src/su.c')
-rw-r--r-- | src/su.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ static struct option const longopts[] = /* Add VAL to the environment, checking for out of memory errors. */ static void -xputenv (const char *val) +xputenv (char *val) { if (putenv (val)) xalloc_die (); |