summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-11-12 23:03:06 +0000
committerShaun Ruffell <sruffell@digium.com>2009-11-12 23:03:06 +0000
commit0da36253edab127f45e45a956cc0640363ad0b44 (patch)
tree3b6d5f5f539954f33bf153170a352d93ec60f22f
parent6d0c73733bb48f2807b2bec600016c25f195ec5e (diff)
wcb4xxp: Add missing comma
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7579 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wcb4xxp/wcb4xxp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wcb4xxp/wcb4xxp.h b/drivers/dahdi/wcb4xxp/wcb4xxp.h
index 3441437..7adc497 100644
--- a/drivers/dahdi/wcb4xxp/wcb4xxp.h
+++ b/drivers/dahdi/wcb4xxp/wcb4xxp.h
@@ -424,7 +424,7 @@ enum cards_ids { /* Cards ==> Brand & Model */
OCTOBRI, /* HFC-8S Junghanns.NET octoBRI PCI */
BN2S0, /* BeroNet BN2S0 */
BN4S0, /* Beronet BN4S0 */
- BN8S0 /* BeroNet BN8S0 */
+ BN8S0, /* BeroNet BN8S0 */
QUADBRI_EVAL /* HFC-4S CCD Eval. Board */
};