Ver a proveniência

remove whitespace

master
Svend Sorensen há 20 anos
ascendente
cometimento
1ed8f11b99
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      tools/cueconvert.c

+ 1
- 1
tools/cueconvert.c Ver ficheiro

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


Carregando…
Cancelar
Guardar