aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/perf_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/perf_get.c')
-rw-r--r--src/testcurl/perf_get.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/perf_get.c b/src/testcurl/perf_get.c
index 825e4778..a168205f 100644
--- a/src/testcurl/perf_get.c
+++ b/src/testcurl/perf_get.c
@@ -95,7 +95,7 @@ static unsigned long long start_time;
95 * @return current time in ms 95 * @return current time in ms
96 */ 96 */
97static unsigned long long 97static unsigned long long
98now () 98now (void)
99{ 99{
100 struct timeval tv; 100 struct timeval tv;
101 101
@@ -109,7 +109,7 @@ now ()
109 * Start the timer. 109 * Start the timer.
110 */ 110 */
111static void 111static void
112start_timer () 112start_timer (void)
113{ 113{
114 start_time = now (); 114 start_time = now ();
115} 115}