Browse Source

Fix a typo in an error message.

master
Richard Nyberg 16 years ago
parent
commit
3857831f8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cli/btcli.c

+ 1
- 1
cli/btcli.c View File

@@ -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…
Cancel
Save