Add missing break. From YOMURA Masanori in PR 30751.
This commit is contained in:
parent
1eb847c433
commit
bbd944217e
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: calendar.c,v 1.37 2005/06/02 01:39:24 lukem Exp $ */
|
/* $NetBSD: calendar.c,v 1.38 2005/07/15 09:45:04 wiz Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1989, 1993, 1994
|
* Copyright (c) 1989, 1993, 1994
|
||||||
@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
|
|||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)calendar.c 8.4 (Berkeley) 1/7/95";
|
static char sccsid[] = "@(#)calendar.c 8.4 (Berkeley) 1/7/95";
|
||||||
#endif
|
#endif
|
||||||
__RCSID("$NetBSD: calendar.c,v 1.37 2005/06/02 01:39:24 lukem Exp $");
|
__RCSID("$NetBSD: calendar.c,v 1.38 2005/07/15 09:45:04 wiz Exp $");
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -151,6 +151,7 @@ main(argc, argv)
|
|||||||
break;
|
break;
|
||||||
case 'x':
|
case 'x':
|
||||||
cpp_restricted = 1;
|
cpp_restricted = 1;
|
||||||
|
break;
|
||||||
case '?':
|
case '?':
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
Loading…
Reference in New Issue
Block a user