diff options
Diffstat (limited to 'dwasm-cpp/dwasm.hpp')
-rw-r--r-- | dwasm-cpp/dwasm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwasm-cpp/dwasm.hpp b/dwasm-cpp/dwasm.hpp index 9b9876d..3c9c4a5 100644 --- a/dwasm-cpp/dwasm.hpp +++ b/dwasm-cpp/dwasm.hpp @@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* #include <algorithm> #include <map> #include <vector> - +/**********************************************************************************************************************/ #ifndef _WASM_HPP #define _WASM_HPP #define MAGIC_NUMBER 0x6d736100 |