diff options
author | Darkvater <Darkvater@openttd.org> | 2007-02-23 12:56:10 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2007-02-23 12:56:10 +0000 |
commit | 9fa035f4676a0f2d185f235164af6dfbe0dd038e (patch) | |
tree | 8281000501fad69bd62fdfaf32ebf1cf2d050a9a /src/video | |
parent | 4160d85cd2571604c615500124ba8077fc26bfd2 (diff) | |
download | openttd-9fa035f4676a0f2d185f235164af6dfbe0dd038e.tar.xz |
(svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change.
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/cocoa_v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/cocoa_v.h b/src/video/cocoa_v.h index 1512a0b64..3e39ec966 100644 --- a/src/video/cocoa_v.h +++ b/src/video/cocoa_v.h @@ -10,4 +10,4 @@ extern const HalVideoDriver _cocoa_video_driver; -#endif +#endif /* VIDEO_COCOA_H */ |