From eac36d5a097c0c91ba7204cccc6001bf5bec2513 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 1 Sep 2010 21:45:58 +0000 Subject: 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 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') 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 */ -- cgit v1.2.3