Skip to content

Commit ab67022

Browse files
committed
wgml: fix bug
1 parent 40b9704 commit ab67022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bld/wgml/c/copfunc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ code_block *get_code_blocks( const char **current, int count, const char *base )
112112

113113
/* Set function, which is the pointer to the actual compiled code. */
114114

115-
if( &out_block[i].count == 0 ) {
115+
if( out_block[i].count == 0 ) {
116116
out_block[i].text = NULL;
117117
} else {
118118
out_block[i].text = *current;

0 commit comments

Comments
 (0)