瀏覽代碼

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;
}


Loading…
取消
儲存