aboutsummaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.h
diff options
context:
space:
mode:
authorpolaris- <nagatospam@gmail.com>2015-10-11 20:07:58 -0400
committerpolaris- <nagatospam@gmail.com>2015-10-11 20:07:58 -0400
commit2b7316a379103edf4d22893e0f4432e6415eabfa (patch)
treefc4f6cc31b7288689726fbe379755a610a854b7f /src/core/gdbstub/gdbstub.h
parent42928659e8d4ff4edffc36acabe3d9040dbc1326 (diff)
Remove unnecessary new lines, changed Deinit to Shutdown
Diffstat (limited to 'src/core/gdbstub/gdbstub.h')
-rw-r--r--src/core/gdbstub/gdbstub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gdbstub/gdbstub.h b/src/core/gdbstub/gdbstub.h
index da238f3498..aff705a32c 100644
--- a/src/core/gdbstub/gdbstub.h
+++ b/src/core/gdbstub/gdbstub.h
@@ -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();