Skip to content

Commit

Permalink
Bool typing
Browse files Browse the repository at this point in the history
  • Loading branch information
kamahen authored and JanWielemaker committed Feb 26, 2025
1 parent 5400728 commit c47b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/pl-locale.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ typedef struct
PL_locale *l; /* current locale */
const tprop *p; /* Pointer in properties */
int enum_properties; /* Enumerate the properties */
int allocated; /* Is allocated */
bool allocated; /* Is allocated */
} lprop_enum;


Expand Down

0 comments on commit c47b119

Please sign in to comment.