This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
p_kosyh
/
klish
forked de
pkun/klish
Seguir
1
Destacar
0
Fork
0
Archivos
Explorar el Código
enter extra eol before return
Peter K
hace 4 años
padre
8c2153e822
commit
165f664f7d
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
faux/log/log.c
+ 1
- 0
faux/log/log.c
Ver fichero
@@ -65,5 +65,6 @@ int faux_log_facility(const char *str, int *facility) {
return 0;
}
}
+
return -1;
}