ソースを参照

Fix a typo in an error message.

master
Richard Nyberg 16年前
コミット
3857831f8a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      cli/btcli.c

+ 1
- 1
cli/btcli.c ファイルの表示

@@ -95,7 +95,7 @@ torrent_spec(char *arg, struct ipc_torrent *tp)
return 1;
}
if ((p = mi_load(arg, NULL)) == NULL) {
fprintf(stderr, "btcli: bad torrent '%s' (%s).'n", arg,
fprintf(stderr, "btcli: bad torrent '%s' (%s).\n", arg,
strerror(errno));
return 0;
}


読み込み中…
キャンセル
保存