diff options
Diffstat (limited to 'src/readahead')
-rw-r--r-- | src/readahead/readahead-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readahead/readahead-common.c b/src/readahead/readahead-common.c index 890886eca1..eda99e8171 100644 --- a/src/readahead/readahead-common.c +++ b/src/readahead/readahead-common.c @@ -226,7 +226,7 @@ int open_inotify(void) { } ReadaheadShared *shared_get(void) { - int _cleanup_close_ fd = -1; + _cleanup_close_ int fd = -1; ReadaheadShared *m = NULL; mkdirs(); |