Skip to content

Commit

Permalink
upd code
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Apr 27, 2021
1 parent 9c6e4a9 commit 77d6227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ INT_PTR CALLBACK DlgProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
_r_listview_addcolumn (hwnd, IDC_LISTVIEW, 2, NULL, -61, LVCFMT_RIGHT);

for (INT i = 0; i < TypeMax; i++)
_r_listview_additem (hwnd, IDC_LISTVIEW, i, 0, NULL);
_r_listview_additem (hwnd, IDC_LISTVIEW, i, 0, L"");

// configure datetime format
WCHAR date_format[256] = {0};
Expand Down

0 comments on commit 77d6227

Please sign in to comment.