This website works better with JavaScript
Home
Explore
Help
Sign In
p_kosyh
/
klish
forked from
pkun/klish
Watch
1
Star
0
Fork
0
Files
Browse Source
enter extra eol before return
Peter K
4 years ago
parent
8c2153e822
commit
165f664f7d
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
faux/log/log.c
+ 1
- 0
faux/log/log.c
View File
@@ -65,5 +65,6 @@ int faux_log_facility(const char *str, int *facility) {
return 0;
}
}
+
return -1;
}