diff options
author | Yang Gu <yang.gu@intel.com> | 2010-05-13 18:48:26 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-05-13 13:46:21 -0500 |
commit | 847539b39daa491cdf7e76d5e045ec4b5b8ad5e3 (patch) | |
tree | 4d11dcd3731599f6ad7d13754ddfa892eab90333 | |
parent | d04ebc0fdb132bb8bf2607e22d839b7096b032eb (diff) | |
download | ofono-847539b39daa491cdf7e76d5e045ec4b5b8ad5e3.tar.bz2 |
stk: Adjust the sequence of dataobj
-rw-r--r-- | src/stkutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index d017dc9e..0c9fd500 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -872,10 +872,10 @@ struct stk_command { struct stk_command_get_inkey get_inkey; struct stk_command_get_input get_input; struct stk_command_play_tone play_tone; - struct stk_command_select_item select_item; - struct stk_command_send_sms send_sms; struct stk_command_poll_interval poll_interval; struct stk_command_setup_menu setup_menu; + struct stk_command_select_item select_item; + struct stk_command_send_sms send_sms; }; void (*destructor)(struct stk_command *command); |