use int32 instead of int32_t type to match macro.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6998 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-28 06:36:42 +00:00
parent a781988ca3
commit 1d5b3f222b

View File

@ -766,7 +766,7 @@ static JSBool dtmf_construct(JSContext * cx, JSObject * obj, uintN argc, jsval *
{
if (argc > 0) {
switch_dtmf_t *dtmf;
int32_t duration = SWITCH_DEFAULT_DTMF_DURATION;
int32 duration = SWITCH_DEFAULT_DTMF_DURATION;
char *ename;
if (argc > 0) {