]> git.marmaro.de Git - mmh/blobdiff - sbr/m_getfld.c
Use continue instead of one long if for the whole loop body
[mmh] / sbr / m_getfld.c
index 3539ed4f28ae1ee1e14276e07fed033297e7902e..826cfb3f945ce8ed8d48aeaed763ce19405ff63c 100644 (file)
@@ -187,8 +187,6 @@ m_getfld(int state, unsigned char *name, unsigned char *buf,
        }
 
        switch (state) {
-       case FLDEOF:
-       case BODYEOF:
        case FLD:
                if (c == '\n' || c == '-') {
                        /* we hit the header/body separator */