alx-tools / Betty

Holberton-style C code checker written in Perl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Rd-Feng opened this issue · comments

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

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