ソースを参照

Add missing break

master
sin 11年前
コミット
58f897fead
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      noice.c

+ 1
- 0
noice.c ファイルの表示

@@ -603,6 +603,7 @@ nochange:
initcurses();
if (chdir(ipath) == -1)
printwarn();
break;
}
}



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