Use void for empty argument lists

This commit is contained in:
Bert Münnich
2011-10-12 18:38:29 +02:00
parent 4864f04455
commit a09b20c5e6
7 changed files with 23 additions and 23 deletions

View File

@ -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 &&