ソースを参照

Remove unnecessary label

master
lostd 10年前
コミット
905b74161e
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      noice.c

+ 1
- 2
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;


読み込み中…
キャンセル
保存