Skip to content

Commit

Permalink
tests: config_map: fixed a wrong data type used for an option
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Aug 15, 2024
1 parent e567a64 commit 7e62a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal/config_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct context {
int num_int;
size_t size;
time_t time;
char boolean;
int boolean;
double num_double;
flb_sds_t string;
struct mk_list *list1;
Expand Down

0 comments on commit 7e62a82

Please sign in to comment.