Newline fix

This commit is contained in:
Elias Naur 2003-11-22 19:20:05 +00:00
parent 3486e30a78
commit a4b1a7fd5a
1 changed files with 2 additions and 1 deletions

View File

@ -186,4 +186,5 @@ JNIEXPORT void JNICALL Java_org_lwjgl_Sys_nOpenURL
const char * urlString = env->GetStringUTFChars(url, NULL);
printf("*** Please visit %s\n", urlString);
env->ReleaseStringUTFChars(url, urlString);
}
}