diff --git a/ps/sortformat.c b/ps/sortformat.c index bc90ca00..ddbeed6b 100644 --- a/ps/sortformat.c +++ b/ps/sortformat.c @@ -131,8 +131,6 @@ static const char *aix_format_parse(sf_node *sfn){ initial: if(c=='%') goto get_desc; if(!c) goto looks_ok; - if(c==' ') goto get_more; - if(c==',') goto aix_oops; /* get_text: */ items++; get_more: