このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
nnn
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Style fix
master
sin
11年前
親
0e214e23b7
コミット
1c467fce7a
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
noice.c
+ 1
- 1
noice.c
ファイルの表示
@@ -516,7 +516,7 @@ forgethist(void)
{
struct history *hist;
while (
!
SLIST_EMPTY(&histhead)) {
while (SLIST_EMPTY(&histhead)
== 0
) {
hist = SLIST_FIRST(&histhead);
SLIST_REMOVE_HEAD(&histhead, entry);
free(hist);
書き込み
プレビュー
読み込み中…
キャンセル
保存