mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
move misplaced parentheses to include enum headers Trick 17 fix #856
This commit is contained in:
parent
24e1ec6d46
commit
cb3a6965d1
@ -263,7 +263,7 @@ void PrintAttributes::printEnum(EnumValues* ev) {
|
||||
outfile.close() ;
|
||||
}
|
||||
|
||||
if (!isHeaderExcluded(fileName), false) {
|
||||
if (!isHeaderExcluded(fileName, false)) {
|
||||
printer->printEnumMap(enum_map_outfile, ev);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user