diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-22 12:50:12 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-22 12:50:12 +0000 |
| commit | 2939b19a583147421ebbdb149a502b20e5f5041c (patch) | |
| tree | bbe90ca363473ad010002e9ee00d793b912b68ec | |
| parent | 6403f98567f9eb75116ec866811cca1a7139e2d8 (diff) | |
| download | rockbox-2939b19a583147421ebbdb149a502b20e5f5041c.zip rockbox-2939b19a583147421ebbdb149a502b20e5f5041c.tar.gz rockbox-2939b19a583147421ebbdb149a502b20e5f5041c.tar.bz2 rockbox-2939b19a583147421ebbdb149a502b20e5f5041c.tar.xz | |
Adjusted the RTC bit sum
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4795 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index 7665b49..6157d2e 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -221,7 +221,7 @@ static struct bit_entry rtc_bits[] = /* new stuff to be added here */ /* If values are just added to the end, no need to bump the version. */ - /* Current sum of bits: 254 (worst case) */ + /* Current sum of bits: 271 (worst case) */ /* Sum of all bit sizes must not grow beyond 288! */ }; |