Remove useless semicolon reported by Henning Petersen in PR#49635.
This commit is contained in:
parent
00365a1504
commit
2e202f47c6
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: subr_prf.c,v 1.156 2014/08/15 11:05:35 apb Exp $ */
|
||||
/* $NetBSD: subr_prf.c,v 1.157 2015/02/04 07:10:47 msaitoh Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1986, 1988, 1991, 1993
|
||||
@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.156 2014/08/15 11:05:35 apb Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.157 2015/02/04 07:10:47 msaitoh Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_ipkdb.h"
|
||||
@ -674,7 +674,7 @@ db_printf(const char *fmt, ...)
|
||||
va_start(ap, fmt);
|
||||
kprintf(fmt, TOLOG, NULL, NULL, ap);
|
||||
va_end(ap);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user