Skip to content

Commit 3d6f68c

Browse files
committed
Fix string literal initialization style
1 parent 72da905 commit 3d6f68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flowchart.dot.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ digraph initialization {
188188

189189
ILL_FORMED_NODE(string_literal_ill_formed_too_many)
190190

191-
string_literal_initialize_rest [label="Zero-initialize the remaining elements of the array (if any)."]
191+
INSTRUCTION_NODE(string_literal_initialize_rest, `Zero-initialize the remaining elements of the array (if any).')
192192
LINK_TO_DONE(string_literal_initialize_rest)
193193
}
194194

0 commit comments

Comments
 (0)