Data type consistency uplift

This commit is contained in:
Andrew
2023-06-04 13:31:24 +03:00
parent 3f95974e61
commit 06920ede2a
7 changed files with 31 additions and 31 deletions

View File

@@ -51,7 +51,7 @@ Options parseCommandLine(int argc, char* argv[]) {
return options;
}
void print_product_id(uint32_t *pid)
void print_product_id(DWORD *pid)
{
char raw[12];
char b[6], c[8];