Skip to content

Commit 51bb0ef

Browse files
committed
Use 1 instead of TRUE
1 parent 2b0e417 commit 51bb0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RepostConfirmationCancelerTalk/cb_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static void parse_conf(char *data, struct config *conf)
9999
if (global) {
100100
if (line == "@WARNING_WHEN_CLOSE_DIALOG")
101101
{
102-
conf->warning_when_close_dialog = TRUE;
102+
conf->warning_when_close_dialog = 1;
103103
}
104104
}
105105
break;

0 commit comments

Comments
 (0)