From 75925d8098970fe53b4f8a6ae55f2ab5424b0479 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 3 Jul 2004 11:03:58 +0000 Subject: r1328: Fix the build (This used to be commit 49f3f0412fc3ce0e735455e63b39143765fdde82) --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index cd797c5a8f..e3960d3406 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -45,7 +45,7 @@ static struct timeval tp1,tp2; void start_timer(void) { - GetTimeOfDay(&tp1 + GetTimeOfDay(&tp1); } double end_timer(void) -- cgit