mirror of
https://github.com/boostorg/graph.git
synced 2025-05-11 13:24:01 +00:00
Merge pull request #332 from ams2990/develop
Add missing break to switch
This commit is contained in:
commit
aa0a4d3c93
@ -882,6 +882,7 @@ namespace read_graphviz_detail
|
||||
"port location");
|
||||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user