From 717e2ac7b661815cbbd214d9d152d0deeea63101 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Wed, 10 Jun 2020 18:43:47 -0700 Subject: [PATCH] Fixed syntax error with XMRIG_ALGO_KAWPOW enabled --- src/backend/opencl/cl/OclSource.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/opencl/cl/OclSource.cpp b/src/backend/opencl/cl/OclSource.cpp index 3f76b72d..e307f474 100644 --- a/src/backend/opencl/cl/OclSource.cpp +++ b/src/backend/opencl/cl/OclSource.cpp @@ -63,6 +63,7 @@ const char *xmrig::OclSource::get(const Algorithm &algorithm) # ifdef XMRIG_ALGO_KAWPOW if (algorithm.family() == Algorithm::KAWPOW) { return kawpow_dag_cl; + } # endif # ifdef XMRIG_ALGO_CN_GPU