Tweaked exception message

This commit is contained in:
Elias Naur 2007-11-01 13:06:11 +00:00
parent d616f8439a
commit 71603f996f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public final class Sys {
doLoadLibrary(lib_name + POSTFIX64BIT);
return;
} catch (UnsatisfiedLinkError e2) {
LWJGLUtil.log("Failed to load 64 bit library:" + e2.getMessage());
LWJGLUtil.log("Failed to load 64 bit library: " + e2.getMessage());
}
}
// Throw original error