Fixed syntax error with XMRIG_ALGO_KAWPOW enabled

This commit is contained in:
MoneroOcean 2020-06-10 18:43:47 -07:00
parent 92ebd18f0b
commit 717e2ac7b6

View file

@ -63,6 +63,7 @@ const char *xmrig::OclSource::get(const Algorithm &algorithm)
# ifdef XMRIG_ALGO_KAWPOW # ifdef XMRIG_ALGO_KAWPOW
if (algorithm.family() == Algorithm::KAWPOW) { if (algorithm.family() == Algorithm::KAWPOW) {
return kawpow_dag_cl; return kawpow_dag_cl;
}
# endif # endif
# ifdef XMRIG_ALGO_CN_GPU # ifdef XMRIG_ALGO_CN_GPU