Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/atari Add missing semicolon.



details:   https://anonhg.NetBSD.org/src/rev/07544200dbdc
branches:  trunk
changeset: 510414:07544200dbdc
user:      leo <leo%NetBSD.org@localhost>
date:      Mon May 28 14:40:49 2001 +0000

description:
Add missing semicolon.

diffstat:

 sys/arch/atari/atari/conf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ee1b562f6b01 -r 07544200dbdc sys/arch/atari/atari/conf.c
--- a/sys/arch/atari/atari/conf.c       Mon May 28 14:08:50 2001 +0000
+++ b/sys/arch/atari/atari/conf.c       Mon May 28 14:40:49 2001 +0000
@@ -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 @@
 cons_decl(ser);
 #define        itecnpollc      nullcnpollc
 cons_decl(ite);
-cons_decl(vga)
+cons_decl(vga);
 
 struct consdev constab[] = {
 #if NSER > 0



Home | Main Index | Thread Index | Old Index