diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-09-01 21:45:58 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-09-01 21:45:58 +0000 |
commit | eac36d5a097c0c91ba7204cccc6001bf5bec2513 (patch) | |
tree | ef90c0f0abd27ab2c354ab8dff842d36849c7f2d /apps/plugin.h | |
parent | dc8ad8684c48e60b45bdbf2bd837941e2172a476 (diff) | |
download | rockbox-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.h | 2 |
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 { /* new stuff at the end, sort into place next time the API gets incompatible */ - struct dirinfo (*dir_get_info)(struct DIR* parent, struct dirent *entry); + struct dirinfo (*dir_get_info)(DIR* parent, struct dirent *entry); }; /* plugin header */ |