Browse Source

Fix for non-ADL OpenCL device formatting issue

wizkid057 13 years ago
parent
commit
985c14f1d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-opencl.c

+ 1 - 1
driver-opencl.c

@@ -1560,7 +1560,7 @@ static void get_opencl_statline_before(char *buf, struct cgpu_info *gpu)
 		tailsprintf(buf, "| ");
 	}
 	else
-		tailsprintf(buf, "        | ");
+		tailsprintf(buf, "               | ");
 }
 #endif