mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix typos in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
adcbb32966
commit
295da3ffad
1 changed files with 3 additions and 3 deletions
|
@ -374,9 +374,9 @@ int action_get_touchscreen_press(short *x, short *y);
|
||||||
int action_get_touchscreen_press_in_vp(short *x1, short *y1, struct viewport *vp);
|
int action_get_touchscreen_press_in_vp(short *x1, short *y1, struct viewport *vp);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Don't let get_action*() return any ACTION_* values untill the current buttons
|
/* Don't let get_action*() return any ACTION_* values until the current buttons
|
||||||
* have ben release. SYS_* and BUTTON_NONE will go through.
|
* have been released. SYS_* and BUTTON_NONE will go through.
|
||||||
* Any actions relying on _RELEASE won't get seen
|
* Any actions relying on _RELEASE won't get seen.
|
||||||
*/
|
*/
|
||||||
void action_wait_for_release(void);
|
void action_wait_for_release(void);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue