From 014fd45a377ce6140d09c10bacff4e10f791737b Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Tue, 25 Oct 2005 16:59:59 +0000 Subject: [PATCH] Fix typo in commit git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@255 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- q931.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q931.c b/q931.c index d2585ac..d3b900d 100755 --- a/q931.c +++ b/q931.c @@ -2525,7 +2525,7 @@ int q931_call_proceeding(struct pri *pri, q931_call *c, int channel, int info) return send_message(pri, c, Q931_CALL_PROCEEDING, call_proceeding_ies); } #ifndef ALERTING_NO_PROGRESS -static int alerting_ies[] = { Q931_PROGRESS_INDICATOR, Q931_IE_USER_USER -1 }; +static int alerting_ies[] = { Q931_PROGRESS_INDICATOR, Q931_IE_USER_USER, -1 }; #else static int alerting_ies[] = { -1 }; #endif