Skip to content

Commit

Permalink
QUIC QLOG: Fix ANSI
Browse files Browse the repository at this point in the history
  • Loading branch information
hlandau committed Mar 4, 2024
1 parent b43db4f commit d5633bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/json_test.c
Expand Up @@ -89,7 +89,7 @@ enum {
OPK_CALL_D, /* (OSSL_JSON_ENC *, double) */
OPK_CALL_PZ, /* (OSSL_JSON_ENC *, const void *, size_t) */
OPK_ASSERT_ERROR, /* (OSSL_JSON_ENC *, int expect_error) */
OPK_INIT_FLAGS, /* (uint32_t flags) */
OPK_INIT_FLAGS /* (uint32_t flags) */
};

typedef void (*fp_type)(OSSL_JSON_ENC *);
Expand Down

0 comments on commit d5633bf

Please sign in to comment.