Fix missing parenthesis (suggested by Antoine Leca)
This commit is contained in:
		
							parent
							
								
									d1cfc50811
								
							
						
					
					
						commit
						cbf7d8f735
					
				| @ -324,13 +324,13 @@ PRIVATE const char *mtypename(int mtype, int iscall) | |||||||
| 		switch(mtype) { | 		switch(mtype) { | ||||||
| #define IDENT(x) case x: return #x; | #define IDENT(x) case x: return #x; | ||||||
| #include "extracted-mtype.h" | #include "extracted-mtype.h" | ||||||
| #undef IDENT( | #undef IDENT | ||||||
| 		} | 		} | ||||||
| 	} else { | 	} else { | ||||||
| 		switch(mtype) { | 		switch(mtype) { | ||||||
| #define IDENT(x) case x: return #x; | #define IDENT(x) case x: return #x; | ||||||
| #include "extracted-errno.h" | #include "extracted-errno.h" | ||||||
| #undef IDENT( | #undef IDENT | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Erik van der Kouwe
						Erik van der Kouwe