revision of savedata
[carveJwlIkooP6JGAAIwe30JlM.git] / addon.h
diff --git a/addon.h b/addon.h
index 691046da23299929ae749c1cd5123006f14f5cb9..6dda8a8bdb3347454d3a3d88a468a65920e876f5 100644 (file)
--- 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 );