Bug 91469 - Incorrect guard block in HPkeysym.h
Summary: Incorrect guard block in HPkeysym.h
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Modular (show other bugs)
Version: 7.7 (2012.06)
Hardware: All All
: medium trivial
Assignee: Alan Coopersmith
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-26 15:24 UTC by sergey.bylokhov
Modified: 2015-07-27 15:50 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.