Skip to content

Commit

Permalink
fixed typo (balance_cents)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaba committed Dec 26, 2023
1 parent 393fb96 commit c421c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/main/nfc/plugins/supported_cards/washcity.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static bool washcity_parse(const NfcDevice* device, FuriString* parsed_data) {
"\e#WashCity\nCard number: %s\nBalance: %lu.%02u EUR",
card_number,
balance_eur,
balancecentsi);
balance_cents);
parsed = true;
} while(false);

Expand Down

0 comments on commit c421c6c

Please sign in to comment.