diff options
Diffstat (limited to 'src/support')
-rw-r--r-- | src/support/colors.h | 2 |
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 |