summaryrefslogtreecommitdiffstats
path: root/Tests/JavaJavah/B.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/JavaJavah/B.cpp')
-rw-r--r--Tests/JavaJavah/B.cpp2
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");
}