Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Nov 9, 2023
1 parent 480e40a commit e45a0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth_plugin_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bool U2BE_from_parameter(const uint8_t* parameter, uint16_t* value);
bool U4BE_from_parameter(const uint8_t* parameter, uint32_t* value);

typedef bool (*PluginAvailableCheck)(void);
typedef void (*PluginCall)(int, void *);
typedef void (*PluginCall)(int, void*);

typedef struct internalEthPlugin_t {
PluginAvailableCheck availableCheck;
Expand Down

0 comments on commit e45a0f7

Please sign in to comment.