diff options
| author | hubertf <hubertf@NetBSD.org> | 2001-10-04 23:36:10 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2001-10-04 23:36:10 +0000 |
| commit | c072a38d4cd199b9d6b394b32b01f234edd8b794 (patch) | |
| tree | 0a1215849710c25ea9ce8e69fce04ce970ae1f8c /sys/dev | |
| parent | 10237f4efc1627a0d18942d89edff5e0bb9c9f47 (diff) | |
Add missing comma
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/esl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/esl.c b/sys/dev/pcmcia/esl.c index 36e4e95340b..a14a9d9ec89 100644 --- a/sys/dev/pcmcia/esl.c +++ b/sys/dev/pcmcia/esl.c @@ -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> @@ -131,7 +131,7 @@ struct audio_hw_if esl_hw_if = { NULL, esl_get_props, esl_trigger_output, - NULL + NULL, NULL, }; |
