Add missing semicolon.

This commit is contained in:
leo 2001-05-28 14:40:49 +00:00
parent 6ad0537dc7
commit ed8360b3d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.c,v 1.48 2001/05/28 08:12:47 leo Exp $ */
/* $NetBSD: conf.c,v 1.49 2001/05/28 14:40:49 leo Exp $ */
/*
* Copyright (c) 1991 The Regents of the University of California.
@ -384,7 +384,7 @@ chrtoblk(dev)
cons_decl(ser);
#define itecnpollc nullcnpollc
cons_decl(ite);
cons_decl(vga)
cons_decl(vga);
struct consdev constab[] = {
#if NSER > 0