From a09b20c5e63839b10bae306e4a23ca5a9d8ebac0 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Wed, 12 Oct 2011 18:38:29 +0200 Subject: Use void for empty argument lists --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.c') 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 && -- cgit v1.2.3-54-g00ecf