From f3986f2acfef561e72297c9600f2be8a46c44b15 Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 13 Nov 2024 09:23:07 +0000 Subject: [PATCH] Remove empty line --- ccc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ccc.c b/ccc.c index d9512c1..225b120 100644 --- a/ccc.c +++ b/ccc.c @@ -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;