Skip to content
Snippets Groups Projects
Commit dd498692 authored by Aomx's avatar Aomx
Browse files

adjusted braces at if

parent 950ef291
No related branches found
No related tags found
No related merge requests found
......@@ -1451,7 +1451,7 @@ dup
sctp_generic_spec
: '[' byte_list ']' {
if (($2 == NULL)) {
if ($2 == NULL) {
semantic_error("byte field can not be empty");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment