diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-01-31 00:50:20 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-01-31 00:50:20 +0000 |
| commit | a8f8c8ae368e86a291a2a02a2d48a6377a7460da (patch) | |
| tree | af555bfc5695cc1211f40aff6306dc83a4149da7 /apps/misc.c | |
| parent | 2116bba296f12bd94024ec7c39ae03fbfcc5bdef (diff) | |
| download | rockbox-a8f8c8ae368e86a291a2a02a2d48a6377a7460da.zip rockbox-a8f8c8ae368e86a291a2a02a2d48a6377a7460da.tar.gz rockbox-a8f8c8ae368e86a291a2a02a2d48a6377a7460da.tar.bz2 rockbox-a8f8c8ae368e86a291a2a02a2d48a6377a7460da.tar.xz | |
Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5722 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c index 1024f9b..803966c 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -54,6 +54,7 @@ char *output_dyn_value(char *buf, int buf_size, int value, int scale = bin_scale ? 1024 : 1000; int fraction = 0; int unit_no = 0; + int i; char tbuf[5]; while (value >= scale) |