From 0997ae029ee3d58b1db4c3bcd0e7c7d2d8731d85 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Sun, 24 Jan 2016 17:08:49 +0100 Subject: [PATCH] Remove NO-BREAK SPACE character (utf8) from sources --- src/Makefile | 2 +- src/oclHashcat.c | 4 ++-- src/shared.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile b/src/Makefile index 21f8316..9ba0d20 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 143034d..bd68983 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 979fb4f..a982877 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; -- 2.43.0