summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 8f7a66e9..4664fb71 100644
--- a/src/common.h
+++ b/src/common.h
@@ -351,6 +351,6 @@ inline void ConvertBackslashToSlash(std::string* s) {
ConvertBackslashToSlash(s->begin(), s->end());
}
-} // namespace
+} // end anonymous namespace
#endif /* WABT_COMMON_H_ */