summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxs.c')
-rwxr-xr-xwcfxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcfxs.c b/wcfxs.c
index 610d038..73f6e32 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -929,7 +929,7 @@ static int wcfxs_initialize(struct wcfxs *wc)
int x;
/* Zapata stuff */
sprintf(wc->span.name, "WCFXS/%d", wc->pos);
- sprintf(wc->span.desc, "%s Board %d\n", wc->variety, wc->pos + 1);
+ sprintf(wc->span.desc, "%s Board %d", wc->variety, wc->pos + 1);
wc->span.deflaw = ZT_LAW_MULAW;
for (x=0;x<wc->cards;x++) {
sprintf(wc->chans[x].name, "WCFXS/%d/%d", wc->pos, x);