changeset 2904:6c8662f98a22

4065963 RFE: Joliet Extension to ISO 9660 cdrom support (fix cstyle)
author frankho
date Wed, 11 Oct 2006 10:26:08 -0700
parents 7679b4af04b9
children e124014129bc
files usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/fs/hsfs/hsfs_vfsops.c	Wed Oct 11 10:19:42 2006 -0700
+++ b/usr/src/uts/common/fs/hsfs/hsfs_vfsops.c	Wed Oct 11 10:26:08 2006 -0700
@@ -1317,7 +1317,7 @@
 		 * We need to clear 'lbuf' to avoid junk chars past byte 15.
 		 */
 		bzero(lbuf, sizeof (lbuf));
-		(void)hs_joliet_cp((char *)label, lbuf, 32);
+		(void) hs_joliet_cp((char *)label, lbuf, 32);
 		label = (unsigned char *)lbuf;
 	}
 	/* cdrom volid is at most 32 bytes */