Skip to content

Commit

Permalink
libss: fix function delcaration in the test_ss regression test
Browse files Browse the repository at this point in the history
Signed-off-by: Theodore Ts'o <[email protected]>
  • Loading branch information
tytso committed Apr 24, 2024
1 parent 157b88c commit f78f4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ss/test_ss.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ int main(int argc, char **argv)
}


void test_cmd(int argc, const char * const *argv,
void test_cmd(int argc, ss_argv_t argv,
int sci_idx __SS_ATTR((unused)),
void *infop __SS_ATTR((unused)))
{
Expand Down

0 comments on commit f78f4aa

Please sign in to comment.