Remove unnecessary line

This commit is contained in:
Night Kaly 2024-11-09 00:41:16 +00:00
parent 34254a9fe4
commit 3fe500d761
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

1
ccc.c
View file

@ -152,7 +152,6 @@ int main(int argc, char **argv)
int ch, ch2;
int run = 1;
while (run) {
ch = read_key();
switch (ch) {
/* quit */