Skip to content

Commit 027553e

Browse files
author
¯\_(ツ)_/¯
committed
Update virgo.c
1 parent 6ac5002 commit 027553e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virgo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static HICON trayicon_draw(Trayicon *t, char *text, int len)
7272
SetTextColor(hdcMem, RGB(0x00, 0xFF, 0x00));
7373
TextOut(hdcMem, t->bitmapWidth / 4, 0, text, len);
7474
SelectObject(hdcMem, hOldBitMap);
75-
hOldBitMap = NULL;
75+
hOldBitMap = NULL;
7676
hIcon = CreateIconIndirect(&iconInfo);
7777
DeleteObject(SelectObject(hdcMem, hFont));
7878
DeleteDC(hdcMem);

0 commit comments

Comments
 (0)