1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Fix build error

This commit is contained in:
vbystricky
2014-01-20 17:22:39 +04:00
parent a7e5a488a8
commit 094bc92318
+1 -1
View File
@@ -713,7 +713,7 @@ namespace cv
int idxNew = kernel.set(idx, arg);\
if (-1 == idxNew)\
{\
printf("lkSparse_run can't setup argument index = %d to kernel\n");\
printf("lkSparse_run can't setup argument index = %d to kernel\n", idx);\
return false;\
}\
idx = idxNew;\