summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-09-01 21:45:58 +0000
committerThomas Martitz <kugel@rockbox.org>2010-09-01 21:45:58 +0000
commiteac36d5a097c0c91ba7204cccc6001bf5bec2513 (patch)
treeef90c0f0abd27ab2c354ab8dff842d36849c7f2d /apps/plugin.h
parentdc8ad8684c48e60b45bdbf2bd837941e2172a476 (diff)
downloadrockbox-eac36d5a097c0c91ba7204cccc6001bf5bec2513.tar.gz
rockbox-eac36d5a097c0c91ba7204cccc6001bf5bec2513.zip
struct DIR -> DIR, should fix most if not all reds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27970 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index ddd913088f..bafd4070f6 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -894,7 +894,7 @@ struct plugin_api {
894 894
895 /* new stuff at the end, sort into place next time 895 /* new stuff at the end, sort into place next time
896 the API gets incompatible */ 896 the API gets incompatible */
897 struct dirinfo (*dir_get_info)(struct DIR* parent, struct dirent *entry); 897 struct dirinfo (*dir_get_info)(DIR* parent, struct dirent *entry);
898}; 898};
899 899
900/* plugin header */ 900/* plugin header */