Skip to content

Commit

Permalink
Fix function typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Sep 10, 2024
1 parent 9d205ce commit 6b7f3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vrv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void LogElapsedTimeStart()
gettimeofday(&start, NULL);
}

void LogElapsedTimeStop[(const char *msg)
void LogElapsedTimeStop(const char *msg)
{
double elapsedTime;
struct timeval end;
Expand Down

0 comments on commit 6b7f3ed

Please sign in to comment.