This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pkun
/
klish
Suivre
1
Voter
0
Fork
1
Fichiers
Tickets
4
Pull Requests
0
Parcourir la source
enter extra eol before return
Peter K
il y a 5 ans
Parent
8c2153e822
commit
165f664f7d
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
faux/log/log.c
+ 1
- 0
faux/log/log.c
Voir le fichier
@@ -65,5 +65,6 @@ int faux_log_facility(const char *str, int *facility) {
return 0;
}
}
+
return -1;
}