summaryrefslogtreecommitdiff
path: root/native/jni/classpath/jcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'native/jni/classpath/jcl.h')
-rw-r--r--native/jni/classpath/jcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/classpath/jcl.h b/native/jni/classpath/jcl.h
index 9a3756238..514b78262 100644
--- a/native/jni/classpath/jcl.h
+++ b/native/jni/classpath/jcl.h
@@ -71,7 +71,7 @@ JNIEXPORT void * JNICALL JCL_GetRawData (JNIEnv * env, jobject rawdata);
/* Simple debug macro */
#ifdef DEBUG
-#define DBG(x) fprintf(stderr, (x));
+#define DBG(x) fprintf(stderr, "%s", (x));
#else
#define DBG(x)
#endif