src/network/network_udp.cpp
changeset 6988 76eba6a9cc6f
parent 6920 ee15b916f758
child 7530 31257d744079
child 9629 66dde6412125
--- a/src/network/network_udp.cpp	Wed Apr 18 22:10:36 2007 +0000
+++ b/src/network/network_udp.cpp	Wed Apr 18 22:41:53 2007 +0000
@@ -240,7 +240,7 @@
 		/* The name could be an empty string, if so take the filename */
 		ttd_strlcpy(name, (in_reply[i]->name != NULL && !StrEmpty(in_reply[i]->name)) ?
 				in_reply[i]->name : in_reply[i]->filename, sizeof(name));
-	 	this->Send_GRFIdentifier(&packet, in_reply[i]);
+		this->Send_GRFIdentifier(&packet, in_reply[i]);
 		packet.Send_string(name);
 	}