Skip to content

Commit 033242c

Browse files
committed
(#8) Fixed ordering of macros to properly close bracket
1 parent 11f80f1 commit 033242c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/keycode.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,9 @@ typedef int MMKeyCode;
277277
* given ASCII character. */
278278
MMKeyCode keyCodeForChar(const char c);
279279

280-
#endif /* KEYCODE_H */
281-
282280
#ifdef __cplusplus
283281
}
284282
#endif
283+
284+
#endif /* KEYCODE_H */
285+

0 commit comments

Comments
 (0)