Skip to content

Commit

Permalink
[Develop] Fix prev.
Browse files Browse the repository at this point in the history
[Description]
	Function name fixed.
  • Loading branch information
OwlSurf committed Jun 18, 2024
1 parent 6d9918e commit c5d394a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibLL.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static void StubAction(NODE* node)
Stub.pStubAction = StubEmptyAction;
}

static void StubAmptyAction(NODE* node)
static void StubEmptyAction(NODE* node)
{
;
}
Expand Down

0 comments on commit c5d394a

Please sign in to comment.