diff options
author | rubidium <rubidium@openttd.org> | 2009-03-15 00:32:18 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-15 00:32:18 +0000 |
commit | c3e87f345ddd60082d6470f6401a1659094a3011 (patch) | |
tree | 776122508c686680b9c97f37ba3cb92ef905d67f /src/video/cocoa | |
parent | 332846e9e28924314443850b4ca646261882cca0 (diff) | |
download | openttd-c3e87f345ddd60082d6470f6401a1659094a3011.tar.xz |
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
Diffstat (limited to 'src/video/cocoa')
-rw-r--r-- | src/video/cocoa/cocoa_keys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video/cocoa/cocoa_keys.h b/src/video/cocoa/cocoa_keys.h index 579cd1f45..94992527d 100644 --- a/src/video/cocoa/cocoa_keys.h +++ b/src/video/cocoa/cocoa_keys.h @@ -5,8 +5,8 @@ #ifndef COCOA_KEYS_H #define COCOA_KEYS_H -/* From SDL_QuartzKeys.h */ -/* These are the Macintosh key scancode constants -- from Inside Macintosh */ +/* From SDL_QuartzKeys.h + * These are the Macintosh key scancode constants -- from Inside Macintosh */ #define QZ_ESCAPE 0x35 #define QZ_F1 0x7A |