From 54deb9b8e21354a1670c179a7d8bd09e4e391026 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 26 Feb 2012 13:06:24 +0100 Subject: list: Remove now useless double tab --- src/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/list.c b/src/list.c index 3cb9a3d..3317da7 100644 --- a/src/list.c +++ b/src/list.c @@ -49,7 +49,7 @@ void init_list_mode(void) file->info->format, file->info->width, file->info->height, format_size(file->info->pixels)); - printf("\t%s\t\t%c\t%s\n", + printf("\t%s\t%c\t%s\n", format_size(file->info->size), file->info->has_alpha ? 'X' : '-', file->filename); -- cgit v1.2.3