Skip to content

Commit b73ec97

Browse files
committed
Fix syntax error in jni-config.json
1 parent 20e26c8 commit b73ec97

File tree

1 file changed

+2
-2
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/resources

1 file changed

+2
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/resources/jni-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
{"name":"ctxLongFromLong","parameterTypes":["long"] },
1919
{"name":"ctxNew","parameterTypes":["long","long"] },
2020
{"name":"ctxNumberCheck","parameterTypes":["long"] },
21-
{"name":"ctxTypeGenericNew","parameterTypes":["long"],
22-
{"name":"ctxUnicodeFromWideChar","parameterTypes":["long","long"],
21+
{"name":"ctxTypeGenericNew","parameterTypes":["long"] },
22+
{"name":"ctxUnicodeFromWideChar","parameterTypes":["long","long"] },
2323
{"name":"ctxUnicodeFromJCharArray","parameterTypes":["char[]"] }
2424
]
2525
}

0 commit comments

Comments
 (0)