mirror of
https://github.com/Ed94/refactor.git
synced 2025-06-30 10:51:05 -07:00
Some code cleanup
This commit is contained in:
@ -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" );
|
||||||
|
Reference in New Issue
Block a user