summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-04-19 19:48:10 +0000
committerAlexander Levin <al.le@rockbox.org>2010-04-19 19:48:10 +0000
commitb085ccd309a0556e2602378ecf4aedb56c334868 (patch)
treed78308c0c355fab185cc58f691eb423daa4e7cd7
parent8173fed6d9a74ce5c16ec33de529ed4f7d82b5e6 (diff)
downloadrockbox-b085ccd309a0556e2602378ecf4aedb56c334868.tar.gz
rockbox-b085ccd309a0556e2602378ecf4aedb56c334868.zip
Fix typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25681 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/action.h b/apps/action.h
index ec9727c120..9ef774de21 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -356,7 +356,7 @@ intptr_t get_action_data(void);
356/* return BUTTON_NONE on error 356/* return BUTTON_NONE on error
357 * BUTTON_REPEAT if repeated press 357 * BUTTON_REPEAT if repeated press
358 * BUTTON_REPEAT|BUTTON_REL if release after repeated press 358 * BUTTON_REPEAT|BUTTON_REL if release after repeated press
359 * BUTTON_REL if its a short press = release after press 359 * BUTTON_REL if it's a short press = release after press
360 * BUTTON_TOUCHSCREEN if press 360 * BUTTON_TOUCHSCREEN if press
361 */ 361 */
362int action_get_touchscreen_press(short *x, short *y); 362int action_get_touchscreen_press(short *x, short *y);