mirror of
				https://github.com/Ed94/refactor.git
				synced 2025-11-03 15:26:14 -08: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_printf("NUM IS: %d", num);
 | 
			
		||||
		
 | 
			
		||||
		if ( zpl_opts_has_arg( & opts, "src" ) )
 | 
			
		||||
		{
 | 
			
		||||
			zpl_string opt = zpl_opts_string( & opts, "src", "INVALID SRC ARGUMENT" );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user