summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2008-05-18 15:29:28 +0000
committerMarianne Arnold <pixelma@rockbox.org>2008-05-18 15:29:28 +0000
commit5b07a806afd7408d614512cf968ee7e5ff56af36 (patch)
treef5444530023ac7c8f1814af3258decd53d44a962 /apps
parentad04e9d42b928f1f0001022504dd11346c5b3807 (diff)
downloadrockbox-5b07a806afd7408d614512cf968ee7e5ff56af36.tar.gz
rockbox-5b07a806afd7408d614512cf968ee7e5ff56af36.zip
Fix a typo even though it's only in a comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17575 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c
index 922ec23bb6..70b41a00e2 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.c
+++ b/apps/plugins/mpegplayer/mpeg_settings.c
@@ -279,7 +279,7 @@ static bool mpeg_set_int(const char *string, const char *unit,
279 279
280 return usb; 280 return usb;
281} 281}
282#endif /* HAVE_BACKLIGHT_BRIGHNTESS */ 282#endif /* HAVE_BACKLIGHT_BRIGHTNESS */
283 283
284#ifdef HAVE_BACKLIGHT_BRIGHTNESS 284#ifdef HAVE_BACKLIGHT_BRIGHTNESS
285void mpeg_backlight_update_brightness(int value) 285void mpeg_backlight_update_brightness(int value)