Statements must follow labels.

This commit is contained in:
thorpej 2001-12-31 19:33:58 +00:00
parent d5b972580e
commit 429c29847e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: apmd.c,v 1.20 2001/09/15 02:42:26 enami Exp $ */
/* $NetBSD: apmd.c,v 1.21 2001/12/31 19:33:58 thorpej Exp $ */
/*-
* Copyright (c) 1996, 2000 The NetBSD Foundation, Inc.
@ -585,6 +585,6 @@ do_ac_state(int state)
do_etc_file(_PATH_APM_ETC_LINE);
break;
default:
/* Silently ignore */
/* Silently ignore */ ;
}
}