diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-07-26 08:38:54 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-07-27 08:49:53 -0700 |
commit | 446ee4b7f7ce1bb75f0f6b23bbb33d4bfe8d7ad3 (patch) | |
tree | fe6739ce08655cef196c4397b61e3a8fe01c639d /HPkeysym.h | |
parent | d5524e2b8d811aa03ed19c6e8fb2ee4162ca2b23 (diff) |
Incorrect guard block in HPkeysym.h
https://bugs.freedesktop.org/show_bug.cgi?id=91469
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Thomas Klausner <wiz@NetBSD.org>
Diffstat (limited to 'HPkeysym.h')
-rw-r--r-- | HPkeysym.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ performance, or use of this material. #ifndef _HPKEYSYM_H -#define _HPKEYSYM +#define _HPKEYSYM_H #define hpXK_ClearLine 0x1000FF6F #define hpXK_InsertLine 0x1000FF70 |