소스 검색

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;


불러오는 중...
취소
저장