summaryrefslogtreecommitdiff
path: root/src/support
diff options
context:
space:
mode:
Diffstat (limited to 'src/support')
-rw-r--r--src/support/colors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/colors.h b/src/support/colors.h
index fb5267ce1..6761639d9 100644
--- a/src/support/colors.h
+++ b/src/support/colors.h
@@ -52,6 +52,6 @@ inline void green(std::ostream& stream) {}
inline void blue(std::ostream& stream) {}
inline void bold(std::ostream& stream) {}
#endif
-};
+}
#endif // wasm_support_color_h