Skip to content

Commit 4fff8d9

Browse files
[services] remove comma typo
1 parent c478e4e commit 4fff8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/stsafea/stsafea_commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ stse_ReturnCode_t stsafea_perso_info_update(stse_Handler_t *pSTSE) {
115115
return STSE_SERVICE_HANDLER_NOT_INITIALISED;
116116
}
117117

118-
pSTSE->perso_info.cmd_encryption_status = 0,
118+
pSTSE->perso_info.cmd_encryption_status = 0;
119119
pSTSE->perso_info.rsp_encryption_status = 0;
120120
pSTSE->perso_info.ext_cmd_encryption_status = 0;
121121
pSTSE->perso_info.ext_rsp_encryption_status = 0;

0 commit comments

Comments
 (0)