mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Fix build error
This commit is contained in:
parent
a7e5a488a8
commit
094bc92318
@ -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;\
|
||||
|
Loading…
Reference in New Issue
Block a user