aboutsummaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-10-12 18:38:29 +0200
committerBert Münnich <ber.t@gmx.com>2011-10-12 18:38:29 +0200
commita09b20c5e63839b10bae306e4a23ca5a9d8ebac0 (patch)
tree6ce064caf428a445dc5ac4280950779c1e2efa0b /thumbs.c
parent4864f0445549d5d4da9afcc696312d6cb0886d40 (diff)
downloadnsxiv-a09b20c5e63839b10bae306e4a23ca5a9d8ebac0.tar.zst
Use void for empty argument lists
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 &&