Skip to content

Commit

Permalink
Change pseudo-bools type from int to char.
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA authored and jech committed Sep 19, 2020
1 parent 71e9a14 commit aa29624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ struct interface_conf {
char lq;
char faraway;
char unicast;
char enable_timestamps;
char rfc6126;
int channel;
int enable_timestamps;
int rfc6126;
unsigned int rtt_decay;
unsigned int rtt_min;
unsigned int rtt_max;
Expand Down

0 comments on commit aa29624

Please sign in to comment.