Преглед изворни кода

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…
Откажи
Сачувај