Trivial, Costmetic, ...

This commit is contained in:
Gregory Nutt
2019-02-27 14:02:53 -06:00
parent 0e4db7c2d7
commit c13afc29e6
2 changed files with 2 additions and 2 deletions

View File

@@ -1004,7 +1004,7 @@ int main(int argc, char **argv, char **envp)
int next;
curr = n;
if (line[curr-1] != ' ')
if (line[curr - 1] != ' ')
{
fprintf(stderr,
"Operator/assignment must be preceded with whitespace at line %d:%d\n",