diff --git a/java/src/main/native/include/jni_utils.hpp b/java/src/main/native/include/jni_utils.hpp index 96b28bdb5a7..eca424132a5 100644 --- a/java/src/main/native/include/jni_utils.hpp +++ b/java/src/main/native/include/jni_utils.hpp @@ -824,7 +824,7 @@ inline void jni_cuda_check(JNIEnv *const env, cudaError_t cuda_status) { env->Throw((jthrowable)cuda_error); \ } \ } \ - } \ + } \ return ret_val; \ }