Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Mar 12, 2024
1 parent ae52448 commit 4f6cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/goid-tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ paccess_delete_file(struct sc_card *card, int fid)
}

int
paccess_get_security_attributes(struct sc_context *ctx, const char *ac, short* chatbits, size_t chatbits_len, u8 sec_attr[2])
paccess_get_security_attributes(struct sc_context *ctx, const char *ac, short *chatbits, size_t chatbits_len, u8 sec_attr[2])
{
int ok = 0;
memset(sec_attr, 0, 2);
Expand Down

0 comments on commit 4f6cdab

Please sign in to comment.