]> diplodocus.org Git - nmh/blobdiff - uip/scansbr.c
sbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead.
[nmh] / uip / scansbr.c
index 7023502fbf84b4574d84d51f0201205fb1330fa5..569991ec8ee569f81540d6fea3af3e606bf46ab8 100644 (file)
@@ -260,7 +260,7 @@ body:;
                    state = BODY;
                    goto body;
                }
                    state = BODY;
                    goto body;
                }
-               /* FALLTHRU */
+               goto finished;
 
            case FILEEOF:
                goto finished;
 
            case FILEEOF:
                goto finished;
@@ -336,7 +336,7 @@ finished:
 
 /* The following two functions allow access to the global gstate above. */
 void
 
 /* The following two functions allow access to the global gstate above. */
 void
-scan_finished () {
+scan_finished(void) {
     m_getfld_state_destroy (&gstate);
 }
 
     m_getfld_state_destroy (&gstate);
 }