Xi: fix a typo in a #ifdef
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									cbbc7fed99
								
							
						
					
					
						commit
						73e1055b12
					
				| 
						 | 
					@ -23,8 +23,8 @@
 | 
				
			||||||
 * Author: Peter Hutterer
 | 
					 * Author: Peter Hutterer
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef XIPROPERTY_C
 | 
					#ifndef XIPROPERTY_H
 | 
				
			||||||
#define XIPROPERTY_C
 | 
					#define XIPROPERTY_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int ProcXListDeviceProperties     (ClientPtr client);
 | 
					int ProcXListDeviceProperties     (ClientPtr client);
 | 
				
			||||||
int ProcXChangeDeviceProperty     (ClientPtr client);
 | 
					int ProcXChangeDeviceProperty     (ClientPtr client);
 | 
				
			||||||
| 
						 | 
					@ -43,4 +43,4 @@ void SRepXListDeviceProperties(ClientPtr client, int size,
 | 
				
			||||||
void SRepXGetDeviceProperty(ClientPtr client, int size,
 | 
					void SRepXGetDeviceProperty(ClientPtr client, int size,
 | 
				
			||||||
                            xGetDevicePropertyReply *rep);
 | 
					                            xGetDevicePropertyReply *rep);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* XIPROPERTY_C */
 | 
					#endif /* XIPROPERTY_H */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue