summaryrefslogtreecommitdiff
path: root/Tests/JavaJavah/C.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/JavaJavah/C.cpp')
-rw-r--r--Tests/JavaJavah/C.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/JavaJavah/C.cpp b/Tests/JavaJavah/C.cpp
index ec75f4213f..0a3178f95d 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");
}