mirror of
https://github.com/opencv/opencv.git
synced 2025-06-21 02:20:50 +08:00
fixed typo
This commit is contained in:
parent
b500ae2d21
commit
e63feba8e2
@ -167,7 +167,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_OPENVX
|
#ifdef HAVE_OPENVX
|
||||||
if (result.durationImplOpenVX)
|
if (result.durationImplOpenVX)
|
||||||
ok &= this->printf(",tOVX=%lld", (long long int)result.durationImplOpenVX));
|
ok &= this->printf(",tOVX=%lld", (long long int)result.durationImplOpenVX);
|
||||||
#endif
|
#endif
|
||||||
ok &= this->printf("\n");
|
ok &= this->printf("\n");
|
||||||
return ok;
|
return ok;
|
||||||
|
Loading…
Reference in New Issue
Block a user