mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
code-style
This commit is contained in:
parent
b19117b6ab
commit
cfc8670909
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
||||
static void getAndPrintBalance() {
|
||||
static void getAndPrintBalance(void) {
|
||||
uint32_t balance;
|
||||
bool ret = KSX6924GetBalance(&balance);
|
||||
if (!ret) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue