Remove extra empty line introduced by 0c83542000
This commit is contained in:
parent
72321df14e
commit
0476a5f06a
@ -116,7 +116,6 @@ void throwChannelExceptionErrorNo(JNIEnv* env, char* message, int errorNumber) {
|
||||
free(allocatedMessage);
|
||||
}
|
||||
|
||||
|
||||
void throwIOException(JNIEnv* env, char* message) {
|
||||
(*env)->ThrowNew(env, ioExceptionClass, message);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user