From b3a7f39c66b0f983b5aa7b4c0846ce422f06a854 Mon Sep 17 00:00:00 2001 From: Michael Hohmuth Date: Mon, 6 Jun 2011 22:49:02 +0000 Subject: FS#12132 patch 4: Added a comment for the tagcache_search.type field. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29980 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/tagcache.h b/apps/tagcache.h index 7351998c0a..6f23bfcb0d 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -188,7 +188,7 @@ struct tagcache_search { /* Exported variables. */ bool ramsearch; /* Is ram copy of the tagcache being used. */ bool ramresult; /* False if result is not static, and must be copied. */ - int type; + int type; /* The tag type to be searched. Only nonvirtual tags */ char *result; /* The result data for all tags. */ int result_len; /* Length of the result including \0 */ int32_t result_seek; /* Current position in the tag data. */ -- cgit