chiark / gitweb /
consistently order cleanup attribute before type
[elogind.git] / src / shared / fileio.c
index c7b2cd85b94b8cc0eacc452fb70c5e4ed4f3e0df..c5806249f68fa6017bf47d8ae9b0acdee4733db4 100644 (file)
@@ -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;