fix warning

This commit is contained in:
merlokk 2017-12-20 13:21:15 +02:00
commit 77ad886938

View file

@ -16,7 +16,7 @@ static const char *PSElist [] = {
"325041592E5359532E4444463031", // 2PAY.SYS.DDF01 - Visa Proximity Payment System Environment - PPSE "325041592E5359532E4444463031", // 2PAY.SYS.DDF01 - Visa Proximity Payment System Environment - PPSE
"315041592E5359532E4444463031" // 1PAY.SYS.DDF01 - Visa Payment System Environment - PSE "315041592E5359532E4444463031" // 1PAY.SYS.DDF01 - Visa Payment System Environment - PSE
}; };
static const size_t PSElistLen = sizeof(PSElist)/sizeof(char*); //static const size_t PSElistLen = sizeof(PSElist)/sizeof(char*);
typedef struct { typedef struct {
enum CardPSVendor vendor; enum CardPSVendor vendor;