diff options
Diffstat (limited to 'Tests/JavaJavah')
-rw-r--r-- | Tests/JavaJavah/B.cpp | 2 | ||||
-rw-r--r-- | Tests/JavaJavah/C.cpp | 2 |
2 files changed, 2 insertions, 2 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"); } diff --git a/Tests/JavaJavah/C.cpp b/Tests/JavaJavah/C.cpp index ec75f42..0a3178f 100644 --- a/Tests/JavaJavah/C.cpp +++ b/Tests/JavaJavah/C.cpp @@ -4,7 +4,7 @@ #include "C.h" -JNIEXPORT void JNICALL Java_C_printName(JNIEnv *, jobject) +JNIEXPORT void JNICALL Java_C_printName(JNIEnv*, jobject) { printf("C\n"); } |