Skip to content

Commit

Permalink
Update ut_support.c
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu007-creator authored Apr 29, 2021
1 parent 1498083 commit bcd12d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/cfe-core/unit-test/ut_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extern int32 dummy_function(void);
*/
void UT_Init(const char *subsys)
{
int8 i;
size_t i;

/* Copy the application name for later use */
strncpy(UT_subsys, subsys, sizeof(UT_subsys)-1);
Expand Down

0 comments on commit bcd12d2

Please sign in to comment.