Browse Source

Merge pull request #111 from wizkid057/bfgminer

Fix for non-ADL OpenCL device formatting issue
Luke-Jr 13 years ago
parent
commit
cf198b54c4
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, "| ");
 		tailsprintf(buf, "| ");
 	}
 	}
 	else
 	else
-		tailsprintf(buf, "        | ");
+		tailsprintf(buf, "               | ");
 }
 }
 #endif
 #endif