aboutsummaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbs.c b/thumbs.c
index b2c9e0e..b3b230d 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -38,7 +38,7 @@ void exif_auto_orientate(const fileinfo_t*);
const int thumb_dim = THUMB_SIZE + 10;
char *cache_dir = NULL;
-bool tns_cache_enabled() {
+bool tns_cache_enabled(void) {
struct stat stats;
return cache_dir != NULL && stat(cache_dir, &stats) == 0 &&