This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
p_kosyh
/
klish
forkattu lähteestä
pkun/klish
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Selaa lähdekoodia
enter extra eol before return
Peter K
4 vuotta sitten
vanhempi
8c2153e822
commit
165f664f7d
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
faux/log/log.c
+ 1
- 0
faux/log/log.c
Näytä tiedosto
@@ -65,5 +65,6 @@ int faux_log_facility(const char *str, int *facility) {
return 0;
}
}
+
return -1;
}