Skip to content

Commit

Permalink
Flexelint: enum instead of int
Browse files Browse the repository at this point in the history
  • Loading branch information
nigoroll committed Jul 31, 2024
1 parent a19aeb4 commit bf37851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishd/cache/cache_esi_fetch.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ vfp_vep_callback(struct vfp_ctx *vc, void *priv, ssize_t l, enum vgz_flag flg)
ssize_t dl;
const void *dp;
uint8_t *ptr;
int i;
enum vgzret_e i;

CHECK_OBJ_NOTNULL(vc, VFP_CTX_MAGIC);
CAST_OBJ_NOTNULL(vef, priv, VEF_MAGIC);
Expand Down

0 comments on commit bf37851

Please sign in to comment.