diff options
author | polaris- <nagatospam@gmail.com> | 2015-10-11 20:07:58 -0400 |
---|---|---|
committer | polaris- <nagatospam@gmail.com> | 2015-10-11 20:07:58 -0400 |
commit | 2b7316a379103edf4d22893e0f4432e6415eabfa (patch) | |
tree | fc4f6cc31b7288689726fbe379755a610a854b7f /src/core/gdbstub/gdbstub.h | |
parent | 42928659e8d4ff4edffc36acabe3d9040dbc1326 (diff) |
Remove unnecessary new lines, changed Deinit to Shutdown
Diffstat (limited to 'src/core/gdbstub/gdbstub.h')
-rw-r--r-- | src/core/gdbstub/gdbstub.h | 2 |
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(); |