Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia Add missing comma



details:   https://anonhg.NetBSD.org/src/rev/0086fe26f3b9
branches:  trunk
changeset: 515793:0086fe26f3b9
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu Oct 04 23:36:10 2001 +0000

description:
Add missing comma

diffstat:

 sys/dev/pcmcia/esl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7b4daf87f82d -r 0086fe26f3b9 sys/dev/pcmcia/esl.c
--- a/sys/dev/pcmcia/esl.c      Thu Oct 04 23:12:22 2001 +0000
+++ b/sys/dev/pcmcia/esl.c      Thu Oct 04 23:36:10 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esl.c,v 1.4 2001/10/03 00:04:53 augustss Exp $ */
+/*     $NetBSD: esl.c,v 1.5 2001/10/04 23:36:10 hubertf Exp $  */
 
 /*
  * Copyright (c) 2001 Jared D. McNeill <jmcneill%invisible.yi.org@localhost>
@@ -131,7 +131,7 @@
        NULL,
        esl_get_props,
        esl_trigger_output,
-       NULL
+       NULL,
        NULL,
 };
 



Home | Main Index | Thread Index | Old Index