mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -08:00
Some code cleanup
This commit is contained in:
parent
78cdfcd7b3
commit
d73d22282b
@ -50,8 +50,6 @@ void parse_options( int num, char** arguments )
|
|||||||
zpl_array_init_reserve( IO::Destinations, g_allocator, 1 );
|
zpl_array_init_reserve( IO::Destinations, g_allocator, 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
zpl_printf("NUM IS: %d", num);
|
|
||||||
|
|
||||||
if ( zpl_opts_has_arg( & opts, "src" ) )
|
if ( zpl_opts_has_arg( & opts, "src" ) )
|
||||||
{
|
{
|
||||||
zpl_string opt = zpl_opts_string( & opts, "src", "INVALID SRC ARGUMENT" );
|
zpl_string opt = zpl_opts_string( & opts, "src", "INVALID SRC ARGUMENT" );
|
||||||
|
Loading…
Reference in New Issue
Block a user