diff options
author | rubidium <rubidium@openttd.org> | 2013-06-28 21:11:35 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-06-28 21:11:35 +0000 |
commit | 5b2a5ac790c29eda37b9fcdd549bbb3801c90ead (patch) | |
tree | a4081ce8c30cd59710486e060bef7b7a1a5212ca /src/os/unix | |
parent | 31af0a3397a08d004938f0f721adf13b6b8c390d (diff) | |
download | openttd-5b2a5ac790c29eda37b9fcdd549bbb3801c90ead.tar.xz |
(svn r25506) -Document: a function, and name it slightly better
Diffstat (limited to 'src/os/unix')
-rw-r--r-- | src/os/unix/unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/unix.cpp b/src/os/unix/unix.cpp index 7cd9709f8..09bf6c6e7 100644 --- a/src/os/unix/unix.cpp +++ b/src/os/unix/unix.cpp @@ -272,7 +272,7 @@ int CDECL main(int argc, char *argv[]) signal(SIGPIPE, SIG_IGN); - ret = ttd_main(argc, argv); + ret = openttd_main(argc, argv); #ifdef WITH_COCOA cocoaReleaseAutoreleasePool(); |