@@ -66,10 +66,10 @@ static void print_status_flag1_interpretation(void) {
6666 PrintAndLogEx (INFO , "----+--------------------------------------------------------------------------------------------------------------------" );
6767 PrintAndLogEx (INFO , " 00 | Indicates the successful completion of a command." );
6868 PrintAndLogEx (INFO , " FF | If an error occurs during the processing of a command that includes no list in the command packet, \n"
69- " | or if an error occurs independently of any list, the card returns a response by setting FFh to Status Flag1." );
69+ " | or if an error occurs independently of any list, the card returns a response by setting FFh to Status Flag1." );
7070 PrintAndLogEx (INFO , " XX | If an error occurs while processing a command that includes Service Code List or Block List \n"
71- " | in the command packet, the card returns a response by setting a number in the list to Status Flag1,\n"
72- " | indicating the location of the error." );
71+ " | in the command packet, the card returns a response by setting a number in the list to Status Flag1,\n"
72+ " | indicating the location of the error." );
7373 PrintAndLogEx (INFO , "----+--------------------------------------------------------------------------------------------------------------------" );
7474}
7575
@@ -78,36 +78,36 @@ static void print_status_flag2_interpration(void) {
7878 PrintAndLogEx (INFO , "----+--------------------------------------------------------------------------------------------------------------------" );
7979 PrintAndLogEx (INFO , " 00 | Indicates the successful completion of a command." );
8080 PrintAndLogEx (INFO , " 01 | The calculated result is either less than zero when the purse data is decremented, or exceeds 4\n"
81- " | Bytes when the purse data is incremented." );
81+ " | Bytes when the purse data is incremented." );
8282 PrintAndLogEx (INFO , " 02 | The specified data exceeds the value of cashback data at cashback of purse." );
8383 PrintAndLogEx (INFO , " 70 | Memory error (fatal error)." );
8484 PrintAndLogEx (INFO , " 71 | The number of memory rewrites exceeds the upper limit (this is only a warning; data writing is performed as normal).\n"
85- " | The maximum number of rewrites can differ, depending on the product being used.\n"
86- " | In addition, Status Flag1 is either 00h or FFh depending on the product being used." );
85+ " | The maximum number of rewrites can differ, depending on the product being used.\n"
86+ " | In addition, Status Flag1 is either 00h or FFh depending on the product being used." );
8787
8888 PrintAndLogEx (INFO , " A1 | Illegal Number of Service| Number of Service or Number of Node specified by the command \n"
89- " | falls outside the range of the prescribed value." );
89+ " | falls outside the range of the prescribed value." );
9090 PrintAndLogEx (INFO , " A2 | Illegal command packet (specified Number of Block) : Number of Block specified by the \n"
91- " | command falls outside the range of the prescribed values for the product." );
91+ " | command falls outside the range of the prescribed values for the product." );
9292 PrintAndLogEx (INFO , " A3 | Illegal Block List (specified order of Service) : Service Code List Order specified by \n"
93- " | Block List Element falls outside the Number of Service specified by the command \n"
94- " | (or the Number of Service specified at the times of mutual authentication)." );
93+ " | Block List Element falls outside the Number of Service specified by the command \n"
94+ " | (or the Number of Service specified at the times of mutual authentication)." );
9595 PrintAndLogEx (INFO , " A4 | Illegal Service type : Area Attribute specified by the command or Service Attribute of Service Code is incorrect." );
9696 PrintAndLogEx (INFO , " A5 | Access is not allowed : Area or Service specified by the command cannot be accessed.\n"
97- " | The parameter specified by the command does not satisfy the conditions for success." );
97+ " | The parameter specified by the command does not satisfy the conditions for success." );
9898 PrintAndLogEx (INFO , " A6 | Illegal Service Code List : Target to be accessed, identified by Service Code List Order, specified by Block\n"
99- " | List Element does not exist. Or, Node specified by Node Code List does not exist." );
99+ " | List Element does not exist. Or, Node specified by Node Code List does not exist." );
100100 PrintAndLogEx (INFO , " A7 | Illegal Block List (Access Mode) : Access Mode specified by Block List Element is incorrect." );
101101 PrintAndLogEx (INFO , " A8 | Illegal Block Number Block Number (access to the specified data is inhibited) :\n"
102- " | specified by Block List Element exceeds the number of Blocks assigned to Service." );
102+ " | specified by Block List Element exceeds the number of Blocks assigned to Service." );
103103 PrintAndLogEx (INFO , " A9 | Data write failure : This is the error that occurs in issuance commands." );
104104 PrintAndLogEx (INFO , " AA | Key-change failure : Key change failed." );
105105 PrintAndLogEx (INFO , " AB | Illegal Package Parity or illegal Package MAC : This is the error that occurs in issuance commands." );
106106 PrintAndLogEx (INFO , " AC | Illegal parameter : This is the error that occurs in issuance commands." );
107107 PrintAndLogEx (INFO , " AD | Service exists already : This is the error that occurs in issuance commands." );
108108 PrintAndLogEx (INFO , " AE | Illegal System Code : This is the error that occurs in issuance commands." );
109109 PrintAndLogEx (INFO , " AF | Too many simultaneous cyclic write operations : Number of simultaneous write Blocks\n"
110- " | specified by the command to Cyclic Service exceeds the number of Blocks assigned to Service." );
110+ " | specified by the command to Cyclic Service exceeds the number of Blocks assigned to Service." );
111111 PrintAndLogEx (INFO , " C0 | Illegal Package Identifier : This is the error that occurs in issuance commands." );
112112 PrintAndLogEx (INFO , " C1 | Discrepancy of parameters inside and outside Package : This is the error that occurs in issuance commands." );
113113 PrintAndLogEx (INFO , " C2 | Command is disabled already : This is the error that occurs in issuance commands." );
@@ -131,16 +131,16 @@ static void print_number_of_service_constraints(void) {
131131
132132static void print_number_of_block_constraints (void ) {
133133 PrintAndLogEx (INFO , " - Number of Block: shall be less than or equal to the maximum number of Blocks that can be read simultaneously.\n"
134- " The maximum number of Blocks that can be read simultaneously can differ, depending on the product being used.\n"
135- " Use as default 01" );
134+ " The maximum number of Blocks that can be read simultaneously can differ, depending on the product being used.\n"
135+ " Use as default 01" );
136136}
137137
138138static void print_service_code_list_constraints (void ) {
139139 PrintAndLogEx (INFO , " - Service Code List: For Service Code List, only Service Code existing in the product shall be specified:" );
140140 PrintAndLogEx (INFO , " - Even when Service Code exists in the product, Service Code not referenced from Block List shall not \n"
141- " be specified to Service Code List." );
141+ " be specified to Service Code List." );
142142 PrintAndLogEx (INFO , " - For existence or nonexistence of Service in a product, please check using the Request Service \n"
143- " (or Request Service v2) command." );
143+ " (or Request Service v2) command." );
144144}
145145
146146/*
0 commit comments