diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2008-05-18 15:29:28 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2008-05-18 15:29:28 +0000 |
| commit | 5b07a806afd7408d614512cf968ee7e5ff56af36 (patch) | |
| tree | f5444530023ac7c8f1814af3258decd53d44a962 /apps | |
| parent | ad04e9d42b928f1f0001022504dd11346c5b3807 (diff) | |
| download | rockbox-5b07a806afd7408d614512cf968ee7e5ff56af36.zip rockbox-5b07a806afd7408d614512cf968ee7e5ff56af36.tar.gz rockbox-5b07a806afd7408d614512cf968ee7e5ff56af36.tar.bz2 rockbox-5b07a806afd7408d614512cf968ee7e5ff56af36.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c index 922ec23..70b41a0 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) |