Explorar el Código

Fix a typo in an error message.

master
Richard Nyberg hace 16 años
padre
commit
3857831f8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cli/btcli.c

+ 1
- 1
cli/btcli.c Ver fichero

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


Cargando…
Cancelar
Guardar