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:
parent
3729433b37
commit
8a707cf2bd
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ int STDCALL network_task(void* arg)
|
|||
}
|
||||
#endif
|
||||
|
||||
int network_shotdown(void)
|
||||
int network_shutdown(void)
|
||||
{
|
||||
done = 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue