summaryrefslogtreecommitdiff
path: root/usbfxstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'usbfxstest.c')
-rwxr-xr-xusbfxstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbfxstest.c b/usbfxstest.c
index 1174dda..23cd680 100755
--- a/usbfxstest.c
+++ b/usbfxstest.c
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
if (res < len) {
res = zap_getevent(z);
if (zap_dtmfwaiting(z)) {
- zap_getdtmf(z, 1, NULL, 0, 1, 1, 0);
+ zap_getdtmf(z, 1, NULL, 0, 1, 1, 0);
printf("Got DTMF: %s\n", zap_dtmfbuf(z));
zap_clrdtmfn(z);
} else if (res) {