Skip to content

Commit

Permalink
fix: remove errant semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaghost committed Jan 30, 2024
1 parent 28ba9bc commit b297046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/keepkey/firmware/app_confirm.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ bool confirm_address(const char *desc, const char *address);
bool confirm_xpub(const char *node_str, const char *xpub);
bool confirm_sign_identity(const IdentityType *identity, const char *challenge);
bool confirm_cosmos_address(const char *desc, const char *address);
;
bool confirm_osmosis_address(const char *desc, const char *address);
bool confirm_ethereum_address(const char *desc, const char *address);
bool confirm_nano_address(const char *desc, const char *address);
Expand Down

0 comments on commit b297046

Please sign in to comment.