r1328: Fix the build
authorVolker Lendecke <vlendec@samba.org>
Sat, 3 Jul 2004 11:03:58 +0000 (11:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:06 +0000 (10:52 -0500)
source/torture/torture.c

index cd797c5a8f388d3c505e88ccb677ebe70aff6c1b..e3960d34061818ec996d312f9d63e742bb5ceba2 100644 (file)
@@ -45,7 +45,7 @@ static struct timeval tp1,tp2;
 
 void start_timer(void)
 {
-       GetTimeOfDay(&tp1
+       GetTimeOfDay(&tp1);
 }
 
 double end_timer(void)