mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
mxsh now ignores trailing whitespace.
This commit is contained in:
parent
d4231b2027
commit
4cac495121
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ void command()
|
|||
{
|
||||
switch ( command[i] )
|
||||
{
|
||||
case '\0':
|
||||
case ' ':
|
||||
case '\t':
|
||||
case '\n':
|
||||
|
|
Loading…
Add table
Reference in a new issue