Commit c1daf6c0 authored by Steve Holme's avatar Steve Holme
Browse files

tool_main: Fixed compilation warning from commit 0104678c

no previous prototype for function 'memory_tracking_init'
parent cf80b85b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ static void main_checkfds(void)
}

#ifdef CURLDEBUG
void memory_tracking_init(void)
static void memory_tracking_init(void)
{
  char *env;
  /* if CURL_MEMDEBUG is set, this starts memory tracking message logging */