sin пре 10 година
родитељ
комит
3b5fe15166
1 измењених фајлова са 3 додато и 5 уклоњено
  1. +3
    -5
      noice.c

+ 3
- 5
noice.c Прегледај датотеку

@@ -365,12 +365,10 @@ canopendir(char *path)
DIR *dirp;

dirp = opendir(path);
if (dirp == NULL) {
if (dirp == NULL)
return 0;
} else {
closedir(dirp);
return 1;
}
closedir(dirp);
return 1;
}

void


Loading…
Откажи
Сачувај