diff options
Diffstat (limited to 'src/input/key.h')
-rw-r--r-- | src/input/key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/key.h b/src/input/key.h index c0cc37b00..42440721f 100644 --- a/src/input/key.h +++ b/src/input/key.h @@ -71,7 +71,7 @@ // that windows define with Guichan. #if defined (_WIN32) && defined(DELETE) #undef DELETE -#endif +#endif // defined (_WIN32) && defined(DELETE) /** * Represents a key or a character. |