From d8ae3c548da34ed1136f8cb318876f3fc6570205 Mon Sep 17 00:00:00 2001 From: pixelma Date: Sun, 18 May 2008 15:29:28 +0000 Subject: [PATCH] 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 --- apps/plugins/mpegplayer/mpeg_settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c index 922ec23bb..70b41a00e 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, return usb; } -#endif /* HAVE_BACKLIGHT_BRIGHNTESS */ +#endif /* HAVE_BACKLIGHT_BRIGHTNESS */ #ifdef HAVE_BACKLIGHT_BRIGHTNESS void mpeg_backlight_update_brightness(int value) -- 2.11.4.GIT