NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/49635: Remove useless semicolon in subr_prf.c
>Number: 49635
>Category: kern
>Synopsis: Remove useless semicolon in subr_prf.c
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 03 14:05:00 +0000 2015
>Originator: Henning Petersen
>Release: NetBSD-current
>Organization:
>Environment:
>Description:
remove useless semicolon.
>How-To-Repeat:
>Fix:
diff -u -p -r1.156 subr_prf.c
--- sys/kern/subr_prf.c 15 Aug 2014 11:05:35 -0000 1.156
+++ sys/kern/subr_prf.c 3 Feb 2015 11:28:25 -0000
@@ -674,7 +674,7 @@ db_printf(const char *fmt, ...)
va_start(ap, fmt);
kprintf(fmt, TOLOG, NULL, NULL, ap);
va_end(ap);
- };
+ }
}
void
Home |
Main Index |
Thread Index |
Old Index