Skip to content

Commit

Permalink
mark inline as static
Browse files Browse the repository at this point in the history
  • Loading branch information
thefoxcam committed Dec 4, 2024
1 parent a0dc834 commit e520972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melee/it/items/itnokonoko.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ int it_802DD53C(Item_GObj* gobj)

void it_802DD598(HSD_GObj* gobj) {}

void it_802DD59C_inline(HSD_GObj* gobj)
static void it_802DD59C_inline(HSD_GObj* gobj)
{
Item* ip = GET_ITEM(gobj);
itNokoNoko_DatAttrs* da = ip->xC4_article_data->x4_specialAttributes;
Expand Down

0 comments on commit e520972

Please sign in to comment.