(svn r19132) -Codechange: No need to end a line with ;;.

This commit is contained in:
alberth
2010-02-14 16:31:35 +00:00
parent ac65c41509
commit 33a96b5ef3
13 changed files with 14 additions and 14 deletions

View File

@@ -1194,7 +1194,7 @@ void NetworkStartUp()
DEBUG(net, 3, "[core] starting network...");
/* Network is available */
_network_available = NetworkCoreInitialize();;
_network_available = NetworkCoreInitialize();
_network_dedicated = false;
_network_last_advertise_frame = 0;
_network_need_advertise = true;