Line 386 of X32.c is missing a `,` between " Linear" and " Live", probably creating one string " Linear Live" and probably causing a bug. ```char* XiQeq[] = {" Linear" " Live", " Speech", " Playback", " User", ""};```