aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/symbols.h2
-rw-r--r--src/common/thread.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/symbols.h b/src/common/symbols.h
index b13a8001..4560f524 100644
--- a/src/common/symbols.h
+++ b/src/common/symbols.h
@@ -33,5 +33,5 @@ namespace Symbols
const std::string GetName(u32 _address);
void Remove(u32 _address);
void Clear();
-};
+}
diff --git a/src/common/thread.h b/src/common/thread.h
index f7ace21b..5e7bc1f9 100644
--- a/src/common/thread.h
+++ b/src/common/thread.h
@@ -36,7 +36,7 @@ class Event
public:
Event()
: is_set(false)
- {};
+ {}
void Set()
{