wmail: removed superfluous continue.

This commit is contained in:
Jeremy Sowden 2019-06-12 21:37:30 +01:00 committed by Carlos R. Mafra
parent 1b049207fa
commit 7c4664d55c

View file

@ -1214,7 +1214,6 @@ static char *ParseFromField( char *buf )
continue;
default:
comment[ commentLen++ ] = *c;
continue;
}
continue;
}