浏览代码

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


||||||
x
 
000:0
正在加载...
取消
保存