summaryrefslogtreecommitdiff
path: root/src/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode.h')
-rw-r--r--src/opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcode.h b/src/opcode.h
index d2860173..ce2cd13b 100644
--- a/src/opcode.h
+++ b/src/opcode.h
@@ -78,6 +78,6 @@ struct Opcode {
Enum enum_;
};
-} // namespace
+} // end anonymous namespace
#endif // WABT_OPCODE_H_