Remove unnecessary new lines, changed Deinit to Shutdown

This commit is contained in:
polaris- 2015-10-11 20:07:58 -04:00
parent 8205925b08
commit 6621f16576
5 changed files with 8 additions and 11 deletions

View file

@ -44,7 +44,7 @@ void ToggleServer(bool status);
void Init();
/// Stop gdbstub server.
void Deinit();
void Shutdown();
/// Returns true if there is an active socket connection.
bool IsConnected();