mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Code Police: C comment style.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28668 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
043ebca136
commit
7c1c9ccff7
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ static void setoptions (void)
|
|||
* is not as expected to avoid crash */
|
||||
if(fd < 0 || filesize!=optionssize)
|
||||
{
|
||||
// no options to read, set defaults
|
||||
/* no options to read, set defaults */
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
options.LEFT = BUTTON_MIDLEFT;
|
||||
options.RIGHT = BUTTON_MIDRIGHT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue