forked from eden-emu/eden
		
	Don't exit when using "-u" option in yuzu-cmd
This commit is contained in:
		
							parent
							
								
									df0f80f55c
								
							
						
					
					
						commit
						c44d17b35d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -283,7 +283,7 @@ int main(int argc, char** argv) { | ||||||
|                 break; |                 break; | ||||||
|             case 'u': |             case 'u': | ||||||
|                 selected_user = atoi(optarg); |                 selected_user = atoi(optarg); | ||||||
|                 return 0; |                 break; | ||||||
|             case 'v': |             case 'v': | ||||||
|                 PrintVersion(); |                 PrintVersion(); | ||||||
|                 return 0; |                 return 0; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ariel Cabello
						Ariel Cabello