summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-11-24 15:04:22 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-11-24 15:04:22 +0000
commit063c6d471ffc5a1bdca2d83f3ead93a88873cb17 (patch)
tree71d8703fc74490c5ee687541b1f1b17151a24462
parent6a240593927f1d9bc02401859f18152a21751664 (diff)
downloadrockbox-063c6d471ffc5a1bdca2d83f3ead93a88873cb17.tar.gz
rockbox-063c6d471ffc5a1bdca2d83f3ead93a88873cb17.zip
Killed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2882 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/common/timefuncs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/common/timefuncs.c b/firmware/common/timefuncs.c
index 86f76e5173..6b979389d5 100644
--- a/firmware/common/timefuncs.c
+++ b/firmware/common/timefuncs.c
@@ -29,7 +29,6 @@ struct tm *get_time(void)
29{ 29{
30#ifdef HAVE_RTC 30#ifdef HAVE_RTC
31 char rtcbuf[8]; 31 char rtcbuf[8];
32 int i;
33 32
34 /* We don't need the first byte, but we want the indexes in the 33 /* We don't need the first byte, but we want the indexes in the
35 buffer to match the data sheet */ 34 buffer to match the data sheet */