aboutsummaryrefslogtreecommitdiff
path: root/common/textconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/textconsole.h')
-rw-r--r--common/textconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/textconsole.h b/common/textconsole.h
index 364c49b2e9..12f15e5e4b 100644
--- a/common/textconsole.h
+++ b/common/textconsole.h
@@ -56,7 +56,7 @@ typedef void (*ErrorHandler)(const char *msg);
*/
void setErrorHandler(ErrorHandler handler);
-} // End of namespace Common
+} // End of namespace Common
void NORETURN_PRE error(const char *s, ...) GCC_PRINTF(1, 2) NORETURN_POST;