summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_rrip.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isofs/cd9660/cd9660_rrip.c')
-rw-r--r--sys/isofs/cd9660/cd9660_rrip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/isofs/cd9660/cd9660_rrip.c b/sys/isofs/cd9660/cd9660_rrip.c
index fdcb4f6..88f47fa 100644
--- a/sys/isofs/cd9660/cd9660_rrip.c
+++ b/sys/isofs/cd9660/cd9660_rrip.c
@@ -181,7 +181,7 @@ cd9660_rrip_slink(p,ana)
case ISO_SUSP_CFLAG_CONTINUE:
cont = 1;
- /* fall thru */
+ /* FALLTHROUGH */
case 0:
/* Inserting component */
wlen = isonum_711(pcomp->clen);
@@ -253,7 +253,7 @@ cd9660_rrip_altname(p,ana)
case ISO_SUSP_CFLAG_CONTINUE:
cont = 1;
- /* fall thru */
+ /* FALLTHROUGH */
case 0:
/* Inserting component */
wlen = isonum_711(p->h.length) - 5;
@@ -297,7 +297,7 @@ cd9660_rrip_defname(isodir,ana)
break;
case 1:
*ana->outlen = 2;
- /* FALL THROUGH */
+ /* FALLTHROUGH */
case 0:
/* outlen is 1 already */
strcpy(ana->outbuf,"..");
OpenPOWER on IntegriCloud