Remove empty line

This commit is contained in:
Night Kaly 2024-11-13 09:23:07 +00:00
parent 5c036bbb73
commit f3986f2acf
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

1
ccc.c
View file

@ -890,7 +890,6 @@ void show_file_content(void)
int pid = fork();
if (pid == 0) {
/* Child */
move_cursor(1, half_width);
if (strstr(current_file.name, ".jpg") || strstr(current_file.name, ".png")) {
sixel_encoder_t *encoder = NULL;