diff --git a/classpath/java-lang.cpp b/classpath/java-lang.cpp index 8825b8ffa3..f0b651bfd9 100644 --- a/classpath/java-lang.cpp +++ b/classpath/java-lang.cpp @@ -79,7 +79,7 @@ namespace { int descriptor(JNIEnv* e, HANDLE h) { - int fd = _open_osfhandle(reinterpret_cast(h), 0); + int fd = _open_osfhandle(reinterpret_cast(h), 0); if (fd == -1) { throwNew(e, "java/io/IOException", strerror(errno)); }