Bug 91469

Summary: Incorrect guard block in HPkeysym.h
Product: xorg Reporter: sergey.bylokhov <sergey.bylokhov>
Component: Build/ModularAssignee: Alan Coopersmith <alan.coopersmith>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: trivial    
Priority: medium    
Version: 7.7 (2012.06)   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description sergey.bylokhov 2015-07-26 15:24:17 UTC
The HPkeysym.h file from the xproto library has a typo:
#ifndef _HPKEYSYM_H
#define _HPKEYSYM
........
#endif /* _HPKEYSYM_H */


This typo should be changed to:
#ifndef _HPKEYSYM_H
#define _HPKEYSYM_H
..........
#endif /* _HPKEYSYM_H */
Comment 1 Alan Coopersmith 2015-07-26 15:41:19 UTC
Thanks - fix submitted for code review:
http://patchwork.freedesktop.org/patch/55512/
Comment 2 Alan Coopersmith 2015-07-27 15:50:57 UTC
Fix pushed to git master for the next release:
To ssh://git.freedesktop.org/git/xorg/proto/x11proto
   d5524e2..446ee4b  master -> master

Thanks for pointing this out!

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.