From 0b41840fcb03a179589b712192a7776db250cea6 Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 18 Oct 2001 04:45:41 +0000 Subject: [PATCH] need semicolon between goto label and closing brace --- usr.sbin/mtree/compare.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/mtree/compare.c b/usr.sbin/mtree/compare.c index 1c077e06e145..4a5a9cb87acd 100644 --- a/usr.sbin/mtree/compare.c +++ b/usr.sbin/mtree/compare.c @@ -1,4 +1,4 @@ -/* $NetBSD: compare.c,v 1.30 2001/10/18 04:37:56 lukem Exp $ */ +/* $NetBSD: compare.c,v 1.31 2001/10/18 04:45:41 lukem Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)compare.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: compare.c,v 1.30 2001/10/18 04:37:56 lukem Exp $"); +__RCSID("$NetBSD: compare.c,v 1.31 2001/10/18 04:45:41 lukem Exp $"); #endif #endif /* not lint */ @@ -228,7 +228,7 @@ typeerr: LABEL; else (void)printf(")\n"); tab = "\t"; - skip: + skip: ; } if (s->flags & F_DEV && (s->type == F_BLOCK || s->type == F_CHAR) &&