This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
p_kosyh
/
klish
sklonowany z
pkun/klish
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Przeglądaj źródła
enter extra eol before return
Peter K
4 lat temu
rodzic
8c2153e822
commit
165f664f7d
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
faux/log/log.c
+ 1
- 0
faux/log/log.c
Wyświetl plik
@@ -65,5 +65,6 @@ int faux_log_facility(const char *str, int *facility) {
return 0;
}
}
+
return -1;
}