diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-04-11 11:19:29 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-04-19 22:19:00 +1000 |
commit | 73e1055b1275470dcc2d53b15898c866d9721d3e (patch) | |
tree | 3b29e78d0dc3f99cf3faa9a29ec9fe70d438e892 /Xi/xiproperty.h | |
parent | cbbc7fed994448852961a987a8b0eadf718b24bf (diff) |
Xi: fix a typo in a #ifdef
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Xi/xiproperty.h')
-rw-r--r-- | Xi/xiproperty.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Xi/xiproperty.h b/Xi/xiproperty.h index bf562b1aa..e66b447ea 100644 --- a/Xi/xiproperty.h +++ b/Xi/xiproperty.h @@ -23,8 +23,8 @@ * Author: Peter Hutterer */ -#ifndef XIPROPERTY_C -#define XIPROPERTY_C +#ifndef XIPROPERTY_H +#define XIPROPERTY_H int ProcXListDeviceProperties (ClientPtr client); int ProcXChangeDeviceProperty (ClientPtr client); @@ -43,4 +43,4 @@ void SRepXListDeviceProperties(ClientPtr client, int size, void SRepXGetDeviceProperty(ClientPtr client, int size, xGetDevicePropertyReply *rep); -#endif /* XIPROPERTY_C */ +#endif /* XIPROPERTY_H */ |