diff options
Diffstat (limited to 'src/shared/fileio.c')
-rw-r--r-- | src/shared/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/fileio.c b/src/shared/fileio.c index c7b2cd85b9..c5806249f6 100644 --- a/src/shared/fileio.c +++ b/src/shared/fileio.c @@ -708,7 +708,7 @@ int write_env_file(const char *fname, char **l) { int executable_is_script(const char *path, char **interpreter) { int r; - char _cleanup_free_ *line = NULL; + _cleanup_free_ char *line = NULL; int len; char *ans; |