diff options
Diffstat (limited to 'src/actions.cpp')
-rw-r--r-- | src/actions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions.cpp b/src/actions.cpp index 7f9bf662..0b93a0e9 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -84,7 +84,7 @@ void listsChangeFinisher(); } -namespace Actions {// +namespace Actions { bool OriginalStatusbarVisibility; bool ExitMainLoop = false; @@ -2467,7 +2467,7 @@ void ShowServerInfo::run() } -namespace {// +namespace { void populateActions() { |