diff options
author | ludde <ludde@openttd.org> | 2005-08-01 16:31:19 +0000 |
---|---|---|
committer | ludde <ludde@openttd.org> | 2005-08-01 16:31:19 +0000 |
commit | 9a060a0f242eee0b0c95fb21364bce0e790d3528 (patch) | |
tree | dc182cc3e9eea6a1776b7fdc84014ec094051275 /video/dedicated_v.c | |
parent | 2ae758a32beeb13fbefcc2bf84dfca20ab24b1f9 (diff) | |
download | openttd-9a060a0f242eee0b0c95fb21364bce0e790d3528.tar.xz |
(svn r2781) Fix some of the issues with variables in .h files.
Diffstat (limited to 'video/dedicated_v.c')
-rw-r--r-- | video/dedicated_v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/dedicated_v.c b/video/dedicated_v.c index f5fb9be0e..2700ae4cf 100644 --- a/video/dedicated_v.c +++ b/video/dedicated_v.c @@ -26,7 +26,7 @@ # define STDIN 0 /* file descriptor for standard input */ -/** +/** * Switches OpenTTD to a console app at run-time, instead of a PM app * Necessary to see stdout, etc. */ static void OS2_SwitchToConsoleMode(void) |