This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
p_kosyh
/
klish
フォーク元
pkun/klish
ウォッチ
1
スター
0
フォーク
0
ファイル
ソースを参照
enter extra eol before return
Peter K
4 年 前
親
8c2153e822
コミット
165f664f7d
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
faux/log/log.c
+ 1
- 0
faux/log/log.c
ファイルの表示
@@ -65,5 +65,6 @@ int faux_log_facility(const char *str, int *facility) {
return 0;
}
}
+
return -1;
}