summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2008-02-17 19:11:16 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2008-02-17 19:11:16 +0000
commit025d1e291aaf92c2f4ae3934e55e167e16d8af40 (patch)
tree647af13add83633c64ffec86c64a68ab7ccee9af
parent83020c333f8c601eafca82e01027e882f93e5bf6 (diff)
downloadrockbox-025d1e291aaf92c2f4ae3934e55e167e16d8af40.tar.gz
rockbox-025d1e291aaf92c2f4ae3934e55e167e16d8af40.zip
Fixed red, forgot to commit header changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16332 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/tagcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 9aaa17c9c8..4253f608cc 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -114,6 +114,7 @@ struct tagcache_stat {
114 int ramcache_used; /* How much ram has been really used */ 114 int ramcache_used; /* How much ram has been really used */
115 int progress; /* Current progress of disk scan */ 115 int progress; /* Current progress of disk scan */
116 int processed_entries; /* Scanned disk entries so far */ 116 int processed_entries; /* Scanned disk entries so far */
117 int queue_length; /* Command queue length */
117 volatile const char 118 volatile const char
118 *curentry; /* Path of the current entry being scanned. */ 119 *curentry; /* Path of the current entry being scanned. */
119 volatile bool syncscreen;/* Synchronous operation with debug screen? */ 120 volatile bool syncscreen;/* Synchronous operation with debug screen? */