diff options
Diffstat (limited to 'src/events.h')
-rw-r--r-- | src/events.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/events.h b/src/events.h index 085439f..3778488 100644 --- a/src/events.h +++ b/src/events.h @@ -57,8 +57,8 @@ in this Software without prior written authorization from The Open Group. * ***********************************************************************/ -#ifndef _EVENTS_ -#define _EVENTS_ +#ifndef EVENTS_H +#define EVENTS_H #include "screen.h" #include "twm.h" @@ -127,4 +127,4 @@ extern unsigned int mods_used; extern int MovedFromKeyPress; -#endif /* _EVENTS_ */ +#endif /* EVENTS_H */ |