alx-tools / Betty

Holberton-style C code checker written in Perl
GNU General Public License v3.0
1.26k stars 1.77k forks source link

Bug: "Multiple instructions on a single line is forbidden" Warning #22

Closed Rd-Feng closed 6 years ago

Rd-Feng commented 6 years ago

"WARNING: Multiple instructions on a single line is forbidden" for single instruction containing character ';' in the middle:

params->nextCommand = _strtok(params->buffer, ";", &state);