Skip to content

Commit e63feba

Browse files
committed
fixed typo
1 parent b500ae2 commit e63feba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/trace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class TraceMessage
167167
#endif
168168
#ifdef HAVE_OPENVX
169169
if (result.durationImplOpenVX)
170-
ok &= this->printf(",tOVX=%lld", (long long int)result.durationImplOpenVX));
170+
ok &= this->printf(",tOVX=%lld", (long long int)result.durationImplOpenVX);
171171
#endif
172172
ok &= this->printf("\n");
173173
return ok;

0 commit comments

Comments
 (0)