pmaillot/X32-Behringer

Missing comma, probably a bug

Closed this issue · 3 comments

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", ""};

Yes, obviously a missing comma :)

I hope in some small way that helps fix a bug.