diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-12-29 22:33:32 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-12-29 22:33:32 +0000 |
commit | 7ee03d04936fb161903b2c15d598d7a1588968a3 (patch) | |
tree | b09bd46907ec633f343109bbe20de5fcd643ba1f | |
parent | 1a5962f2be995b669f2cc3a49be33b3ecd8dede0 (diff) |
killed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5519 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index fece06a587..964a7c8b4f 100644 --- a/apps/main.c +++ b/apps/main.c @@ -155,7 +155,7 @@ void init(void) void init(void) { - int rc, i; + int rc; /* if nobody initialized ATA before, I consider this a cold start */ bool coldstart = (PACR2 & 0x4000) != 0; /* starting from Flash */ |