ソースを参照

Style fix

master
sin 9年前
コミット
de1e3394a6
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      noice.c

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

@@ -433,8 +433,8 @@ dentfill(char *path, struct entry **dents,

while ((dp = readdir(dirp)) != NULL) {
/* Skip self and parent */
if (strcmp(dp->d_name, ".") == 0
|| strcmp(dp->d_name, "..") == 0)
if (strcmp(dp->d_name, ".") == 0 ||
strcmp(dp->d_name, "..") == 0)
continue;
if (filter(re, dp->d_name) == 0)
continue;


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