summaryrefslogtreecommitdiff
path: root/src/binary-reader-interpreter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-interpreter.cc')
-rw-r--r--src/binary-reader-interpreter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-interpreter.cc b/src/binary-reader-interpreter.cc
index 279e9787..7ea996e1 100644
--- a/src/binary-reader-interpreter.cc
+++ b/src/binary-reader-interpreter.cc
@@ -1436,7 +1436,7 @@ wabt::Result BinaryReaderInterpreter::EndModule() {
return wabt::Result::Ok;
}
-} // namespace
+} // end anonymous namespace
wabt::Result read_binary_interpreter(Environment* env,
const void* data,