diff options
author | Sven Gothel <[email protected]> | 2019-12-06 10:16:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-06 10:16:00 +0100 |
commit | abde7e96c8ea8f36b48e99ed62029bf0e178a8fa (patch) | |
tree | bc370046cb03c7453cb56c26e4cb6023e917e3f0 /src/newt/native/NewtCommon.h | |
parent | a8c2de110a2254af137a3d99007cc77e3ecd8078 (diff) |
Bug 1412: Fix commit a8c2de110a2254af137a3d99007cc77e3ecd8078
Diffstat (limited to 'src/newt/native/NewtCommon.h')
-rw-r--r-- | src/newt/native/NewtCommon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newt/native/NewtCommon.h b/src/newt/native/NewtCommon.h index 99f1440d3..07f3f69d7 100644 --- a/src/newt/native/NewtCommon.h +++ b/src/newt/native/NewtCommon.h @@ -39,8 +39,8 @@ jchar* NewtCommon_GetNullTerminatedStringChars(JNIEnv* env, jstring str); void NewtCommon_FatalError(JNIEnv *env, const char* msg, ...); void NewtCommon_throwNewRuntimeException(JNIEnv *env, const char* msg, ...); -void NewtCommon_ExceptionCheck0(JNIEnv *env); -void NewtCommon_ExceptionCheck1_throwNewRuntimeException(JNIEnv *env, const char* msg, ...); +jboolean NewtCommon_ExceptionCheck0(JNIEnv *env); +jboolean NewtCommon_ExceptionCheck1_throwNewRuntimeException(JNIEnv *env, const char* msg, ...); /** * |