From c421c6c0db2c3f51f0de481c447174d5c8bf4b70 Mon Sep 17 00:00:00 2001 From: YaBa Date: Tue, 26 Dec 2023 23:18:28 +0000 Subject: [PATCH] fixed typo (balance_cents) --- applications/main/nfc/plugins/supported_cards/washcity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/nfc/plugins/supported_cards/washcity.c b/applications/main/nfc/plugins/supported_cards/washcity.c index b30e2df8234..a0edeef6adc 100644 --- a/applications/main/nfc/plugins/supported_cards/washcity.c +++ b/applications/main/nfc/plugins/supported_cards/washcity.c @@ -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);