Fix some native and managed function signatures.

This commit is contained in:
lostdj
2014-11-08 14:06:11 +03:00
parent d037a69cd3
commit 3cff81da8d
2 changed files with 17 additions and 17 deletions

View File

@ -307,7 +307,7 @@ public class File implements Serializable {
private static native String readDir(long handle);
private static native long closeDir(long handle);
private static native void closeDir(long handle);