This commit is contained in:
Justin Bertram 2018-12-13 10:47:18 -06:00
commit 7c1508e7c4
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ jint JNI_OnLoad(JavaVM* vm, void* reserved) {
}
}
inline void closeDumbHandlers() {
static inline void closeDumbHandlers() {
if (dumbWriteHandler != 0) {
#ifdef DEBUG
fprintf (stdout, "Closing and removing dump handler %s\n", dumbPath);