summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2011-12-26 11:29:18 +0000
committerAlexander Levin <al.le@rockbox.org>2011-12-26 11:29:18 +0000
commit0726b17667e55455e8af868c687fe11286cccaa2 (patch)
tree213b462662a89072f5ff52b366d6c40064434866 /apps
parent3074b64025e474bb1943b58d76ebf471d89fdbbf (diff)
downloadrockbox-0726b17667e55455e8af868c687fe11286cccaa2.tar.gz
rockbox-0726b17667e55455e8af868c687fe11286cccaa2.zip
Clarify in what units the settings.sleeptimer_duration is
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31440 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 65abcc54e8..676e5bfb56 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -798,7 +798,7 @@ struct user_settings
798 int compressor_release_time; 798 int compressor_release_time;
799#endif 799#endif
800 800
801 int sleeptimer_duration; 801 int sleeptimer_duration; /* In minutes; 0=off */
802 bool sleeptimer_on_startup; 802 bool sleeptimer_on_startup;
803 bool keypress_restarts_sleeptimer; 803 bool keypress_restarts_sleeptimer;
804 804