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-17 10:03:27 +1000 |
commit | dd6e8a14ec1c8f4ed9c51ca2764261e6e48d13b3 (patch) | |
tree | 63f3b9bbde07bd5451cbdbea4515b87615646ece | |
parent | de1e43181bd670877b994db221ad8a04b5d63324 (diff) |
Xi: fix a typo in a #ifdef
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-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 */ |