summaryrefslogtreecommitdiff
path: root/dedicated.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-06 18:45:28 +0000
committertron <tron@openttd.org>2005-01-06 18:45:28 +0000
commit2eb7aedf696bb160738df1d6832f51ec25df3d8a (patch)
tree64071b84d0e82fc090b093f501dd16dcaf282faa /dedicated.c
parent124a29f7a5370c8cbfbc79ba7fc36200a6c2c676 (diff)
downloadopenttd-2eb7aedf696bb160738df1d6832f51ec25df3d8a.tar.xz
(svn r1402) Trim trailing whitespace
Diffstat (limited to 'dedicated.c')
-rw-r--r--dedicated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dedicated.c b/dedicated.c
index 223015a14..87075a3f3 100644
--- a/dedicated.c
+++ b/dedicated.c
@@ -32,7 +32,7 @@
# define STDIN 0 /* file descriptor for standard input */
#endif
#ifdef __MORPHOS__
-/* voids the fork, option will be disabled for morphos build anyway, because MorphOS
+/* voids the fork, option will be disabled for morphos build anyway, because MorphOS
* doesn't support forking (could only implemented with lots of code changes here).
*/
int morphos_dummy_fork() { return -1; }