diff options
Diffstat (limited to 'bin/tools/genrandom.c')
| -rw-r--r-- | bin/tools/genrandom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tools/genrandom.c b/bin/tools/genrandom.c index 675e5043d6017..0d7eb726d6de2 100644 --- a/bin/tools/genrandom.c +++ b/bin/tools/genrandom.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2010, 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -93,6 +93,7 @@ main(int argc, char **argv) { if (isc_commandline_option != '?') fprintf(stderr, "%s: invalid argument -%c\n", program, isc_commandline_option); + /* FALLTHROUGH */ case 'h': usage(); |
