Code polish

This commit is contained in:
Robinson 2021-02-10 00:04:21 +01:00
parent d6e4f01496
commit 4537b670dc

View File

@ -175,8 +175,7 @@ class WindowsEventDispatch implements Runnable {
}
};
hWnd = User32.CreateWindowEx(0, "STATIC", name, 0, 0, 0, 0, 0, null, null, null,
null);
hWnd = User32.CreateWindowEx(0, "STATIC", name, 0, 0, 0, 0, 0, null, null, null, null);
if (hWnd == null) {
throw new GetLastErrorException();
}