summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authormiham <miham@openttd.org>2004-12-29 13:13:29 +0000
committermiham <miham@openttd.org>2004-12-29 13:13:29 +0000
commit57852f64988b92fa7d9031ea76aa89b67d08c4f6 (patch)
tree66526ea5c00e53199cc02447a0970c13b4e8175e /unix.c
parent14dfb539b06bb9ad411dbcf6e4141f189713a099 (diff)
downloadopenttd-57852f64988b92fa7d9031ea76aa89b67d08c4f6.tar.xz
(svn r1297) Language fixes in the source.. (ln-)
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index ca4d19c8b..a463e0050 100644
--- a/unix.c
+++ b/unix.c
@@ -372,7 +372,7 @@ const DriverDesc _music_driver_descs[] = {
Not needed for *nix. */
byte GetOSVersion()
{
- return 2; // any arbitrary number bigger then 0
+ return 2; // any arbitrary number bigger than 0
// numbers lower than 2 breaks default music selection on mac
}