Skip to content

Commit 2c75fe6

Browse files
authored
fix typo
1 parent e502f98 commit 2c75fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xeus-javascript/convert_json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct BindingType<nl::json> {
1717
using ValBinding = BindingType<val>;
1818
using WireType = typename ValBinding::WireType;
1919

20-
#if __EMSCRIPTEN_major__ == 3 && __EMSCRIPTEN_major__ == 1 && __EMSCRIPTEN_tiny__ <= 45
20+
#if __EMSCRIPTEN_major__ == 3 && __EMSCRIPTEN_minor__ == 1 && __EMSCRIPTEN_tiny__ <= 45
2121
static WireType toWireType(const nl::json& obj) {
2222
// as string
2323
const auto str = obj.dump();

0 commit comments

Comments
 (0)