summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-04-19 19:49:42 +0000
committerAlexander Levin <al.le@rockbox.org>2010-04-19 19:49:42 +0000
commit46854ed49d8b4a6dd214f750fdf23ce2153117d8 (patch)
treefafbe4254bf413e3fb5fbbb668e681fecd535f5b
parentb085ccd309a0556e2602378ecf4aedb56c334868 (diff)
downloadrockbox-46854ed49d8b4a6dd214f750fdf23ce2153117d8.tar.gz
rockbox-46854ed49d8b4a6dd214f750fdf23ce2153117d8.zip
Fix typo in comment in the other file as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25682 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/action.c b/apps/action.c
index 3d4ea9c48a..e260914237 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -369,7 +369,7 @@ int get_action_statuscode(int *button)
369/* return BUTTON_NONE on error 369/* return BUTTON_NONE on error
370 * BUTTON_REPEAT if repeated press 370 * BUTTON_REPEAT if repeated press
371 * BUTTON_REPEAT|BUTTON_REL if release after repeated press 371 * BUTTON_REPEAT|BUTTON_REL if release after repeated press
372 * BUTTON_REL if its a short press = release after press 372 * BUTTON_REL if it's a short press = release after press
373 * BUTTON_TOUCHSCREEN if press 373 * BUTTON_TOUCHSCREEN if press
374 */ 374 */
375int action_get_touchscreen_press(short *x, short *y) 375int action_get_touchscreen_press(short *x, short *y)