Remove NO-BREAK SPACE character (utf8) from sources
authorJens Steube <jens.steube@gmail.com>
Sun, 24 Jan 2016 16:08:49 +0000 (17:08 +0100)
committerJens Steube <jens.steube@gmail.com>
Sun, 24 Jan 2016 16:08:49 +0000 (17:08 +0100)
src/Makefile
src/oclHashcat.c
src/shared.c

index 21f8316..9ba0d20 100644 (file)
@@ -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
 
 ##
index 143034d..bd68983 100644 (file)
@@ -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));
index 979fb4f..a982877 100644 (file)
@@ -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;