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