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
1 changed files with 1 additions and 0 deletions

View File

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