[PATCH 09/27] stk: Adjust the sequence of dataobj

Yang Gu yang.gu at intel.com
Thu May 13 03:48:26 PDT 2010


---
 src/stkutil.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/stkutil.h b/src/stkutil.h
index d017dc9..0c9fd50 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);
-- 
1.7.0.4



More information about the ofono mailing list