From d966b6593bf95aa059b65ced177632535568d810 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 15 Sep 2010 11:58:29 -0500 Subject: stk: Fix style issues --- src/stk.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/stk.c b/src/stk.c index f94643f3..75da5d11 100644 --- a/src/stk.c +++ b/src/stk.c @@ -1908,10 +1908,12 @@ void ofono_stk_proactive_command_notify(struct ofono_stk *stk, respond = handle_command_set_up_call(stk->pending_cmd, &rsp, stk); break; + case STK_COMMAND_TYPE_SEND_USSD: respond = handle_command_send_ussd(stk->pending_cmd, &rsp, stk); break; + default: rsp.result.type = STK_RESULT_TYPE_COMMAND_NOT_UNDERSTOOD; break; -- cgit v1.2.3