semicolon syntax buf fix

This commit is contained in:
Michael Rash
2012-07-27 02:01:43 -04:00
parent d561fdd4d7
commit 8471d8aae6
+1 -1
View File
@@ -197,7 +197,7 @@ fko_encode_spa_data(fko_ctx_t ctx)
ctx->encoded_msg_len = strnlen(ctx->encoded_msg, MAX_SPA_ENCODED_MSG_SIZE);
if(! is_valid_encoded_msg_len(ctx->encoded_msg_len));
if(! is_valid_encoded_msg_len(ctx->encoded_msg_len))
return(FKO_ERROR_INVALID_DATA);
/* At this point we can compute the digest for this SPA data.