Explorar el Código

remove whitespace

master
Svend Sorensen hace 20 años
padre
commit
1ed8f11b99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tools/cueconvert.c

+ 1
- 1
tools/cueconvert.c Ver fichero

@@ -71,7 +71,7 @@ int main (int argc, char **argv)

progname = *argv;

while (-1 != (c = getopt(argc, argv, "hi:o:"))) {
while (-1 != (c = getopt(argc, argv, "hi:o:"))) {
switch (c) {
case 'h':
usage(0);


Cargando…
Cancelar
Guardar