diff options
Diffstat (limited to 'cue-bin-split.c')
-rw-r--r-- | cue-bin-split.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cue-bin-split.c b/cue-bin-split.c index 17635f6..4ebd843 100644 --- a/cue-bin-split.c +++ b/cue-bin-split.c @@ -49,7 +49,6 @@ void args_collect(int *argc, char ***argv, int *rate, int *channels, int *sample case '?': default: die_help(); - break; } } |