From: Jens Steube Date: Sun, 24 Jan 2016 16:08:49 +0000 (+0100) Subject: Remove NO-BREAK SPACE character (utf8) from sources X-Git-Tag: v3.00-beta~463 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=0997ae029ee3d58b1db4c3bcd0e7c7d2d8731d85;p=hashcat.git Remove NO-BREAK SPACE character (utf8) from sources --- 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;