This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
p_kosyh
/
klish
forkato da
pkun/klish
Segui
1
Vota
0
Forka
0
File
Sfoglia il codice sorgente
enter extra eol before return
Peter K
4 anni fa
parent
8c2153e822
commit
165f664f7d
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
faux/log/log.c
+ 1
- 0
faux/log/log.c
Vedi File
@@ -65,5 +65,6 @@ int faux_log_facility(const char *str, int *facility) {
return 0;
}
}
+
return -1;
}