diff --git a/src/ca65/pseudo.c b/src/ca65/pseudo.c index b44c28dd8..f84f21d7f 100644 --- a/src/ca65/pseudo.c +++ b/src/ca65/pseudo.c @@ -1388,7 +1388,7 @@ static void DoList (void) /* Enable/disable the listing */ { /* Get the setting */ - unsigned char List; + unsigned char List = 0; SetBoolOption (&List); /* Manage the counter */