Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/hpc Add missing semicolon
details: https://anonhg.NetBSD.org/src/rev/081d7c90c015
branches: trunk
changeset: 337222:081d7c90c015
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Tue Apr 07 01:24:32 2015 +0000
description:
Add missing semicolon
diffstat:
sys/dev/hpc/hpcfb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 78873a19e020 -r 081d7c90c015 sys/dev/hpc/hpcfb.c
--- a/sys/dev/hpc/hpcfb.c Mon Apr 06 22:44:46 2015 +0000
+++ b/sys/dev/hpc/hpcfb.c Tue Apr 07 01:24:32 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpcfb.c,v 1.59 2015/04/04 15:39:40 christos Exp $ */
+/* $NetBSD: hpcfb.c,v 1.60 2015/04/07 01:24:32 ozaki-r Exp $ */
/*-
* Copyright (c) 1999
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.59 2015/04/04 15:39:40 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.60 2015/04/07 01:24:32 ozaki-r Exp $");
#ifdef _KERNEL_OPT
#include "opt_hpcfb.h"
@@ -472,7 +472,7 @@
}
if (rasops_init(ri, HPCFB_MAX_ROW, HPCFB_MAX_COLUMN)) {
- aprint_error_dev(dc->dc_sc->sc_dev, "rasops_init() failed!")
+ aprint_error_dev(dc->dc_sc->sc_dev, "rasops_init() failed!");
return -1;
}
Home |
Main Index |
Thread Index |
Old Index