Commit 75925d80 authored by Volker Lendecke's avatar Volker Lendecke Committed by Gerald (Jerry) Carter
Browse files

r1328: Fix the build

(This used to be commit 49f3f0412fc3ce0e735455e63b39143765fdde82)
parent f5b4721d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ static struct timeval tp1,tp2;

void start_timer(void)
{
	GetTimeOfDay(&tp1
	GetTimeOfDay(&tp1);
}

double end_timer(void)