summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
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)