stk: Adjust the sequence of dataobj

This commit is contained in:
Yang Gu 2010-05-13 18:48:26 +08:00 committed by Denis Kenzior
parent d04ebc0fdb
commit 847539b39d
1 changed files with 2 additions and 2 deletions

View File

@ -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);