diff options
| author | Alexander Levin <al.le@rockbox.org> | 2011-12-26 11:29:18 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2011-12-26 11:29:18 +0000 |
| commit | 0726b17667e55455e8af868c687fe11286cccaa2 (patch) | |
| tree | 213b462662a89072f5ff52b366d6c40064434866 | |
| parent | 3074b64025e474bb1943b58d76ebf471d89fdbbf (diff) | |
| download | rockbox-0726b17667e55455e8af868c687fe11286cccaa2.zip rockbox-0726b17667e55455e8af868c687fe11286cccaa2.tar.gz rockbox-0726b17667e55455e8af868c687fe11286cccaa2.tar.bz2 rockbox-0726b17667e55455e8af868c687fe11286cccaa2.tar.xz | |
Clarify in what units the settings.sleeptimer_duration is
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31440 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index 65abcc5..676e5bf 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -798,7 +798,7 @@ struct user_settings int compressor_release_time; #endif - int sleeptimer_duration; + int sleeptimer_duration; /* In minutes; 0=off */ bool sleeptimer_on_startup; bool keypress_restarts_sleeptimer; |