Browse Source

remove whitespace

master
Svend Sorensen 20 years ago
parent
commit
1ed8f11b99
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/cueconvert.c

+ 1
- 1
tools/cueconvert.c View File

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


Loading…
Cancel
Save