=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/file.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/usr.bin/mg/file.c 2005/11/20 04:16:34 1.47 +++ src/usr.bin/mg/file.c 2005/12/13 06:01:27 1.48 @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.47 2005/11/20 04:16:34 kjell Exp $ */ +/* $OpenBSD: file.c,v 1.48 2005/12/13 06:01:27 kjell Exp $ */ /* This file is in the public domain. */ @@ -355,7 +355,7 @@ switch (s) { case FIOSUC: ++nline; - /* and continue */ + /* FALLTHRU */ case FIOEOF: /* the last line of the file */ if ((lp1 = lalloc(nbytes)) == NULL) {