diff --git a/src/Makefile b/src/Makefile index 21f831674..9ba0d2099 100644 --- a/src/Makefile +++ b/src/Makefile @@ -84,7 +84,7 @@ endif ifeq ($(DEBUG),1) $(warning "## ADL is found ? $(FOUND_ADL)") $(warning "## NVML is found ? $(FOUND_NVML)") -$(warning "## NVAPI is found ? $(FOUND_NVAPI)") +$(warning "## NVAPI is found ? $(FOUND_NVAPI)") endif ## diff --git a/src/oclHashcat.c b/src/oclHashcat.c index 143034d6b..bd689834f 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -1541,7 +1541,7 @@ void status_display () { char utilization[HM_STR_BUF_SIZE] = { 0 }; char temperature[HM_STR_BUF_SIZE] = { 0 }; - char fanspeed[HM_STR_BUF_SIZE] = { 0 }; + char fanspeed[HM_STR_BUF_SIZE] = { 0 }; hm_device_val_to_str ((char *) utilization, HM_STR_BUF_SIZE, "%", hm_get_utilization_with_device_id (device_id)); hm_device_val_to_str ((char *) temperature, HM_STR_BUF_SIZE, "c", hm_get_temperature_with_device_id (device_id)); @@ -1563,7 +1563,7 @@ void status_display () } else { - char utilization[HM_STR_BUF_SIZE] = { 0 }; + char utilization[HM_STR_BUF_SIZE] = { 0 }; char temperature[HM_STR_BUF_SIZE] = { 0 }; hm_device_val_to_str ((char *) utilization, HM_STR_BUF_SIZE, "%", hm_get_utilization_with_device_id (device_id)); diff --git a/src/shared.c b/src/shared.c index 979fb4ff3..a9828773e 100644 --- a/src/shared.c +++ b/src/shared.c @@ -8741,7 +8741,7 @@ restore_data_t *init_restore (int argc, char **argv) #elif _WIN HANDLE hProcess = OpenProcess (PROCESS_ALL_ACCESS, FALSE, rd->pid); - char pidbin2[BUFSIZ] = { 0 }; + char pidbin2[BUFSIZ] = { 0 }; int pidbin2_len = -1;