summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2010-11-26 13:29:35 +0000
committerMustapha Senhaji <moos@rockbox.org>2010-11-26 13:29:35 +0000
commit7c1c9ccff7c2cda13edfe54f9a073509b1a5151e (patch)
tree4c777f8fa5b1fa9b52522a4aaff139fb17e1a9be
parent043ebca136cfb38fc9ff1610540100729b4c96db (diff)
downloadrockbox-7c1c9ccff7c2cda13edfe54f9a073509b1a5151e.tar.gz
rockbox-7c1c9ccff7c2cda13edfe54f9a073509b1a5151e.zip
Code Police: C comment style.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28668 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/rockboy/rockboy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/rockboy.c b/apps/plugins/rockboy/rockboy.c
index 5464a2a416..a085858b14 100644
--- a/apps/plugins/rockboy/rockboy.c
+++ b/apps/plugins/rockboy/rockboy.c
@@ -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;