mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 18:54:14 +01:00 
			
		
		
		
	Update sockets.h
forgot to realign the enum
This commit is contained in:
		
							parent
							
								
									a1ce45b0b1
								
							
						
					
					
						commit
						ecea5ef757
					
				| @ -19,12 +19,12 @@ enum class Errno : u32 { | ||||
|     INVAL = 22, | ||||
|     MFILE = 24, | ||||
|     PIPE = 32, | ||||
|     CONNREFUSED = 111, | ||||
|     MSGSIZE = 90, | ||||
|     CONNABORTED = 103, | ||||
|     CONNRESET = 104, | ||||
|     NOTCONN = 107, | ||||
|     TIMEDOUT = 110, | ||||
|     CONNREFUSED = 111, | ||||
|     INPROGRESS = 115, | ||||
| }; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user