mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 19:56:39 +00:00
Fix cppcheck warning "Statements following return will never be executed"
This commit is contained in:
@@ -227,9 +227,6 @@ acr122_pcsc_connstring_decode(const nfc_connstring connstring, struct acr122_pcs
|
||||
|
||||
free(cs);
|
||||
return 2;
|
||||
|
||||
free(cs);
|
||||
return 3;
|
||||
}
|
||||
|
||||
static nfc_device *
|
||||
|
||||
Reference in New Issue
Block a user