chiark / gitweb /
move _cleanup_ attribute in front of the type
[elogind.git] / src / readahead / readahead-analyze.c
index e24b2a32985d041439afc709ffa16e1c3166f828..f409b2f7ac4f6b1b7325a307ee311a65e1a4e462 100644 (file)
@@ -34,7 +34,7 @@
 
 int main_analyze(const char *pack_path) {
         char line[LINE_MAX];
-        FILE _cleanup_fclose_ *pack = NULL;
+        _cleanup_fclose_ FILE *pack = NULL;
         int a;
         int missing = 0;
         size_t tsize = 0;