add notreached comment
This commit is contained in:
parent
239f3a758e
commit
0ff5eeabb1
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: uniq.c,v 1.5 2010/04/25 00:54:46 joerg Exp $ */
|
||||
/* $NetBSD: uniq.c,v 1.6 2014/06/21 17:48:07 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2007 The NetBSD Foundation, Inc.
|
||||
|
@ -29,7 +29,7 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: uniq.c,v 1.5 2010/04/25 00:54:46 joerg Exp $");
|
||||
__RCSID("$NetBSD: uniq.c,v 1.6 2014/06/21 17:48:07 christos Exp $");
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -96,6 +96,7 @@ uniq(const char *fname)
|
|||
break;
|
||||
case -1:
|
||||
err(1, "put");
|
||||
/*NOTREACHED*/
|
||||
default:
|
||||
abort();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue