diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-02-26 13:06:24 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-02-26 13:06:24 +0100 |
commit | 54deb9b8e21354a1670c179a7d8bd09e4e391026 (patch) | |
tree | 704fcc3582fa48a55a5642bac908cb9088c56e87 /src | |
parent | bf52095c2a870571475b6a7731428f5533882ac8 (diff) |
list: Remove now useless double tab
Diffstat (limited to 'src')
-rw-r--r-- | src/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |