Fix syntax error.
This commit is contained in:
		| @@ -3225,12 +3225,12 @@ miCASASetCredential | |||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	// check length to see if includes the null, add one if not | 	// check length to see if includes the null, add one if not | ||||||
| 	if ((sscs_Utf8Strlen(appSecretID->id) == appSecretID->len) | 	if ((sscs_Utf8Strlen(appSecretID->id) == appSecretID->len)) | ||||||
| 	{ | 	{ | ||||||
| 		appSecretID += 1; | 		appSecretID += 1; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	if ((sharedSecretID) && (sscs_Utf8Strlen(sharedSecretID->id) == sharedSecretID->len) | 	if ((sharedSecretID) && (sscs_Utf8Strlen(sharedSecretID->id) == sharedSecretID->len)) | ||||||
| 	{ | 	{ | ||||||
| 		sharedSecretID->len += 1; | 		sharedSecretID->len += 1; | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user