pipewire: remove useless assignment

This commit is contained in:
Wim Taymans 2021-09-20 15:05:37 +02:00
parent 537fc63cc6
commit afb37dd7fc

View file

@ -507,7 +507,7 @@ void pw_init(int *argc, char **argv[])
support->in_valgrind = RUNNING_ON_VALGRIND;
if ((str = getenv("NO_COLOR")) != NULL)
if (getenv("NO_COLOR") != NULL)
support->no_color = true;
if ((str = getenv("PIPEWIRE_NO_CONFIG")) != NULL)