diff options
author | alberth <alberth@openttd.org> | 2010-12-22 10:50:32 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-12-22 10:50:32 +0000 |
commit | f65a9a5515ffe0e2b5fe70a7f190dc4461873b4e (patch) | |
tree | b1ee6a5f682c5b489a41f64df418057b4a8eb271 /src/os/macosx | |
parent | 366eaebc3ea133dfdf852438dbc14334c0906f17 (diff) | |
download | openttd-f65a9a5515ffe0e2b5fe70a7f190dc4461873b4e.tar.xz |
(svn r21593) -Codechange: endif comment correcttions.
Diffstat (limited to 'src/os/macosx')
-rw-r--r-- | src/os/macosx/splash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/macosx/splash.h b/src/os/macosx/splash.h index ed78c0e9a..e5399a2cf 100644 --- a/src/os/macosx/splash.h +++ b/src/os/macosx/splash.h @@ -24,4 +24,4 @@ extern "C" { } #endif //__cplusplus -#endif +#endif /* SPLASH_H */ |