X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=addon.h;fp=addon.h;h=6dda8a8bdb3347454d3a3d88a468a65920e876f5;hb=c77e15a8dc7b976371a473bc8794cb55601d82f6;hp=691046da23299929ae749c1cd5123006f14f5cb9;hpb=2329044d44a5aff035b01926f7901d9e89ad284e;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/addon.h b/addon.h index 691046d..6dda8a8 100644 --- a/addon.h +++ b/addon.h @@ -73,7 +73,7 @@ static addon_system; static void addon_system_init( void ); static u32 addon_count( enum addon_type type ); -static addon_reg *get_addon_from_index(enum addon_type type, u32 index); +static addon_reg *get_addon_from_index( enum addon_type type, u32 index ); static u32 get_index_from_addon( enum addon_type type, addon_reg *a ); static int addon_get_content_folder( addon_reg *reg, vg_str *folder );