summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-05-20 20:39:28 +0000
committermalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-05-20 20:39:28 +0000
commitb984e8356c1bf7d255e47bbeb6d1faeef9e3e9b3 (patch)
treeb1cf09e0f9709656336c80b199a2dff5df4b0fa0
parent87c238555d7c96bdee8598d18c79d9ff5a9c0d4a (diff)
Fix small typo buglet
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@649 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index f158f9a..a5b1f53 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -173,7 +173,7 @@ struct t4 {
int taskletpending;
int taskletexec;
int txerrors;
- struct tasklet_struct t4xxp_tlet;
+ struct tasklet_struct t4_tlet;
#endif
int spantype[4]; /* card type, T1 or E1 or J1 */
unsigned int passno; /* number of interrupt passes */