Commit f9b1981b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use char, not bool

parent 451d34ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
#endif

static
char *GetEnv(const char *variable, bool do_expand)
char *GetEnv(const char *variable, char do_expand)
{
  char *env = NULL;
#ifdef WIN32