Skip to content
Snippets Groups Projects
Commit 4ae3bd71 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_tvnow is now properly declared with (void)

parent a9390665
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ gettimeofday (struct timeval *tp, void *nothing)
#endif
#endif
struct timeval Curl_tvnow ()
struct timeval Curl_tvnow (void)
{
struct timeval now;
#ifdef HAVE_GETTIMEOFDAY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment