fixed typo

This commit is contained in:
Rostislav Vasilikhin
2017-06-26 20:19:18 +03:00
parent b500ae2d21
commit e63feba8e2
+1 -1
View File
@@ -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;