aboutsummaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/thumbs.c b/thumbs.c
index 059ae95..c9e92b7 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -143,9 +143,7 @@ void tns_clean_cache(tns_t *tns)
r_closedir(&dir);
}
-
-void tns_init(tns_t *tns, fileinfo_t *files, const int *cnt, int *sel,
- win_t *win)
+void tns_init(tns_t *tns, fileinfo_t *files, const int *cnt, int *sel, win_t *win)
{
int len;
const char *homedir, *dsuffix = "";
@@ -320,7 +318,7 @@ bool tns_load(tns_t *tns, int n, bool force, bool cache_only)
}
exif_data_unref(ed);
}
-#endif
+#endif /* HAVE_LIBEXIF */
}
}