freemyipod r755 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r754‎ | r755 | r756 >
Date:16:42, 18 July 2011
Author:user890104
Status:new
Tags:
Comment:
libui: Fix a typo
Modified paths:
  • /libs/ui/chooser_action_handler_wheel.c (modified) (history)

Diff [purge]

Index: libs/ui/chooser_action_handler_wheel.c
@@ -117,7 +117,7 @@
118118 return params->stepsperitem;
119119 }
120120
121 -static void chooser_ction_handler_wheel_destroy(struct chooser_data* data)
 121+static void chooser_action_handler_wheel_destroy(struct chooser_data* data)
122122 {
123123 free(data->actionhandlerdata);
124124 }
@@ -130,5 +130,5 @@
131131 .handleevent = chooser_action_handler_wheel_handleevent,
132132 .handletick = chooser_action_handler_wheel_handletick,
133133 .stepsperitem = chooser_action_handler_wheel_stepsperitem,
134 - .destroy = chooser_ction_handler_wheel_destroy
 134+ .destroy = chooser_action_handler_wheel_destroy
135135 };