Explorar el Código

Remove unneeded braces.

master
Richard Nyberg hace 18 años
padre
commit
326dc406e7
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      btpd/cli_if.c

+ 1
- 2
btpd/cli_if.c Ver fichero

@@ -363,9 +363,8 @@ cmd_stop_all(struct cli *cli, int argc, const char *args)
int ret = write_code_buffer(cli, IPC_OK);
active_clear();
BTPDQ_FOREACH(tp, torrent_get_all(), entry)
if (tp->state != T_STOPPING) {
if (tp->state != T_STOPPING)
torrent_stop(tp);
}
return ret;
}



Cargando…
Cancelar
Guardar