diff options
Diffstat (limited to 'Tests/JavaJavah/B.cpp')
-rw-r--r-- | Tests/JavaJavah/B.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/JavaJavah/B.cpp b/Tests/JavaJavah/B.cpp index 2666757..491107e 100644 --- a/Tests/JavaJavah/B.cpp +++ b/Tests/JavaJavah/B.cpp @@ -4,7 +4,7 @@ #include "B.h" -JNIEXPORT void JNICALL Java_B_printName(JNIEnv *, jobject) +JNIEXPORT void JNICALL Java_B_printName(JNIEnv*, jobject) { printf("B\n"); } |