1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-27 15:04:17 +00:00

Bugfix: Missing "break" no-op in default case

This commit is contained in:
Luke Dashjr 2012-04-21 02:47:28 -04:00
parent 7b947882fe
commit 7987476db3

View File

@ -1226,6 +1226,7 @@ static bool opencl_thread_prepare(struct thr_info *thr)
case KL_POCLBM:
cgpu->kname = "poclbm";
default:
break;
}
}
applog(LOG_INFO, "initCl() finished. Found %s", name);