sync rosapps to r44454
[reactos.git] / rosapps / applications / devutils / gdihv / proclist.c
index 9cc31c4..b6de341 100644 (file)
@@ -70,7 +70,7 @@ ProcessList_Update(HWND hListCtrl)
        item.pszText = L"<deleted>";\r
        (void)ListView_InsertItem(hListCtrl, &item);\r
        item.pszText = strText;\r
-       wsprintf(strText, L"%#08x", 1);\r
+       wsprintf(strText, L"%#08x",1);\r
        ListView_SetItemText(hListCtrl, 1, 1, strText);\r
 \r
        /* Insert "all" */\r