aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
diff options
context:
space:
mode:
authorlostd <lostd@2f30.org>2014-12-18 11:13:45 +0200
committerlostd <lostd@2f30.org>2014-12-18 11:13:45 +0200
commit905b74161e0a37b8ffb57f8dbd252e7dfbddaeb3 (patch)
tree8a2d2a2658af369caf837c5183a5cbdb75a9aa03 /noice.c
parent81a0c57783c3d1dae93f0b13d7236146f094a5c2 (diff)
downloadnoice-905b74161e0a37b8ffb57f8dbd252e7dfbddaeb3.tar.gz
Remove unnecessary label
Diffstat (limited to 'noice.c')
-rw-r--r--noice.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/noice.c b/noice.c
index f62619a..8119108 100644
--- a/noice.c
+++ b/noice.c
@@ -549,7 +549,6 @@ begin:
oldpath = NULL;
for (;;) {
-redraw:
nlines = MIN(LINES - 4, n);
/* Clean screen */
@@ -661,7 +660,7 @@ nochange:
spawn(bin, newpath, NULL);
initcurses();
free(newpath);
- goto redraw;
+ continue;
default:
printmsg("Unsupported file");
goto nochange;
Un proyecto texto-plano.xyz