mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-29 14:26:03 +00:00
Remove accidental code duplication.
This commit is contained in:
parent
1f54d88867
commit
7616cef9cc
@ -231,8 +231,6 @@ int main(int argc, char *argv[])
|
||||
break;
|
||||
#ifdef WTV_DEBUG
|
||||
case CCX_SM_HEX_DUMP:
|
||||
close_input_file(ctx); // processhex will open it in text mode
|
||||
processhex (ctx, ctx->inputfile[0]);
|
||||
close_input_file(ctx); // process_hex will open it in text mode
|
||||
process_hex (ctx, ctx->inputfile[0]);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user