diff options
author | glx <glx@openttd.org> | 2009-02-07 03:31:48 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2009-02-07 03:31:48 +0000 |
commit | 39dfd1888087a5f3ea3f83316be1d1b1341bced9 (patch) | |
tree | 9a043f7dd8a156f5d2ed974703ea8d997f373af2 /src/gfxinit.cpp | |
parent | b4f9cf551fe2aba146bb403605bbd80ab3af731c (diff) | |
download | openttd-39dfd1888087a5f3ea3f83316be1d1b1341bced9.tar.xz |
(svn r15394) -Fix (r15389): no new line at end of line warning
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r-- | src/gfxinit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp index 984ea9730..549ad77e4 100644 --- a/src/gfxinit.cpp +++ b/src/gfxinit.cpp @@ -608,4 +608,4 @@ const char *GetGraphicsSetName(int index) index--; } error("GetGraphicsSetName: index %d out of range", index); -}
\ No newline at end of file +} |