This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
p_kosyh
/
klish
fork de
pkun/klish
Observar
1
Favorito
0
Fork
0
Arquivos
Ver código fonte
enter extra eol before return
Peter K
4 anos atrás
pai
8c2153e822
commit
165f664f7d
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
0
faux/log/log.c
+ 1
- 0
faux/log/log.c
Ver arquivo
@@ -65,5 +65,6 @@ int faux_log_facility(const char *str, int *facility) {
return 0;
}
}
+
return -1;
}