Comment end of #if

This commit is contained in:
Ben Edgington 2021-07-09 06:23:35 +01:00 committed by GitHub
parent 1712cd83bb
commit e8b140a88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,4 @@ C_KZG_RET new_kzg_settings(KZGSettings *ks, const g1_t *secret_g1, const g2_t *s
const FFTSettings *fs);
void free_kzg_settings(KZGSettings *ks);
#endif
#endif // KZG_PROOFS_H