unix.c
changeset 915 d845fe7cf6f2
parent 826 fff56bbc3606
child 983 4765bf636f6b
--- a/unix.c	Thu Jan 06 17:40:57 2005 +0000
+++ b/unix.c	Thu Jan 06 18:45:28 2005 +0000
@@ -25,7 +25,7 @@
 
 #ifdef __AMIGA__
 #warning add stack symbol to avoid that user needs to set stack manually (tokai)
-// ULONG __stack = 
+// ULONG __stack =
 #endif
 
 static char *_fios_path;
@@ -506,7 +506,7 @@
 	_path.data_dir = str_fmt("%sdata/", _path.game_data_dir);
 	_config_file = str_fmt("%sopenttd.cfg", _path.personal_dir);
 	_log_file = str_fmt("%sopenttd.log", _path.personal_dir);
-	
+
 #if defined CUSTOM_LANG_DIR
 	// sets the search path for lng files to the custom one
 	_path.lang_dir = malloc( MAX_PATH );