internal/ui: bug fix: compile error

This commit is contained in:
Hajime Hoshi 2022-12-13 02:38:45 +09:00
parent b022f6d86a
commit 8ab220df7f

View File

@ -158,5 +158,5 @@ func (i *_ITaskbarList) DeleteTab(hwnd windows.HWND) error {
}
func (i *_ITaskbarList) Release() {
_, _, _ := syscall.Syscall(i.vtbl.Release, 1, uintptr(unsafe.Pointer(i)), 0, 0)
_, _, _ = syscall.Syscall(i.vtbl.Release, 1, uintptr(unsafe.Pointer(i)), 0, 0)
}