The procedure name "network_shotdown()" did indeed sound a bit too

violent, so i renamed it to "network_shutdown()", just like the header
file says.
This commit is contained in:
Jacek Galowicz 2011-04-04 17:12:04 +02:00
parent 3729433b37
commit 8a707cf2bd

View file

@ -107,7 +107,7 @@ int STDCALL network_task(void* arg)
}
#endif
int network_shotdown(void)
int network_shutdown(void)
{
done = 1;