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:
Mustapha Senhaji 2010-11-26 13:29:35 +00:00
parent 043ebca136
commit 7c1c9ccff7

View file

@ -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;