xorgcfg: fix compilation error
Add missing parentheses to IS_KBDDRIV macros.
This commit is contained in:
		
							parent
							
								
									7721ee308f
								
							
						
					
					
						commit
						ab3ebfefdb
					
				| 
						 | 
					@ -66,7 +66,7 @@
 | 
				
			||||||
#define DefaultXFree86Dir	"/usr"
 | 
					#define DefaultXFree86Dir	"/usr"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define IS_KBDDRIV(S) ((strcasecmp((S),"kbd") == 0)
 | 
					#define IS_KBDDRIV(S) ((strcasecmp((S),"kbd") == 0))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Prototypes
 | 
					 * Prototypes
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -37,7 +37,7 @@
 | 
				
			||||||
#include <X11/Xaw/SimpleMenu.h>
 | 
					#include <X11/Xaw/SimpleMenu.h>
 | 
				
			||||||
#include <X11/Xaw/SmeBSB.h>
 | 
					#include <X11/Xaw/SmeBSB.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define IS_KBDDRIV(X) ((strcasecmp((X),"kbd") == 0)
 | 
					#define IS_KBDDRIV(X) ((strcasecmp((X),"kbd") == 0))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Types
 | 
					 * Types
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -46,7 +46,7 @@
 | 
				
			||||||
#include "xf86config.h"
 | 
					#include "xf86config.h"
 | 
				
			||||||
#include "loader.h"
 | 
					#include "loader.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define IS_KBDDRIV(X) ((strcmp((X),"kbd") == 0)
 | 
					#define IS_KBDDRIV(X) ((strcmp((X),"kbd") == 0))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef PROJECT_ROOT
 | 
					#ifndef PROJECT_ROOT
 | 
				
			||||||
#define PROJECT_ROOT "/usr"
 | 
					#define PROJECT_ROOT "/usr"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue