1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2011-11-26 13:27:15 +01:00
parent d4231b2027
commit 4cac495121

View file

@ -68,6 +68,7 @@ void command()
{
switch ( command[i] )
{
case '\0':
case ' ':
case '\t':
case '\n':