Remove empty line
This commit is contained in:
parent
5c036bbb73
commit
f3986f2acf
1 changed files with 0 additions and 1 deletions
1
ccc.c
1
ccc.c
|
@ -890,7 +890,6 @@ void show_file_content(void)
|
||||||
int pid = fork();
|
int pid = fork();
|
||||||
if (pid == 0) {
|
if (pid == 0) {
|
||||||
/* Child */
|
/* Child */
|
||||||
|
|
||||||
move_cursor(1, half_width);
|
move_cursor(1, half_width);
|
||||||
if (strstr(current_file.name, ".jpg") || strstr(current_file.name, ".png")) {
|
if (strstr(current_file.name, ".jpg") || strstr(current_file.name, ".png")) {
|
||||||
sixel_encoder_t *encoder = NULL;
|
sixel_encoder_t *encoder = NULL;
|
||||||
|
|
Loading…
Reference in a new issue