From ca05961c959b30506f56405fb1dbbcbe500e2f72 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 26 Feb 2012 21:09:12 +0100 Subject: Update test files, fix omitted {} in list.c --- src/list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/list.c b/src/list.c index 3317da7..17fcbcc 100644 --- a/src/list.c +++ b/src/list.c @@ -44,7 +44,7 @@ void init_list_mode(void) file = FEH_FILE(l->data); if (opt.customlist) printf("%s\n", feh_printf(opt.customlist, file)); - else + else { printf("%d\t%s\t%d\t%d\t%s", ++j, file->info->format, file->info->width, file->info->height, @@ -52,6 +52,7 @@ void init_list_mode(void) printf("\t%s\t%c\t%s\n", format_size(file->info->size), file->info->has_alpha ? 'X' : '-', file->filename); + } feh_action_run(file, opt.actions[0]); } -- cgit v1.2.3