X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/47e4d2685ab31e71336a7806fdc3dcd2a107f60f..d0bd505e1a9b0bc2fc107446dcb615bf55c42e81:/uip/scansbr.c diff --git a/uip/scansbr.c b/uip/scansbr.c index 7023502f..569991ec 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -260,7 +260,7 @@ body:; state = BODY; goto body; } - /* FALLTHRU */ + goto finished; case FILEEOF: goto finished; @@ -336,7 +336,7 @@ finished: /* The following two functions allow access to the global gstate above. */ void -scan_finished () { +scan_finished(void) { m_getfld_state_destroy (&gstate); }