Skip to content

Commit c3cced0

Browse files
committed
Merge pull request opencv#10121 from alalek:ocl_syntax_fix
2 parents 397b57d + b389c1c commit c3cced0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/opencl/runtime/opencl_core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ CV_SUPPRESS_DEPRECATED_END
334334
#include "opencv2/core/opencl/runtime/opencl_gl.hpp"
335335
#endif
336336

337-
#else HAVE_OPENCL_STATIC
337+
#else // HAVE_OPENCL_STATIC
338338

339339
#include "opencv2/core/opencl/runtime/opencl_gl.hpp"
340340

0 commit comments

Comments
 (0)