Merge branch 'hishamhm-pull-855'

This commit is contained in:
Nathan Scott 2020-08-20 09:44:25 +10:00
commit 97d700082c
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ MeterModeId Header_addMeterByName(Header* this, char* name, int column) {
break; break;
} }
} }
if (paren)
*paren = '(';
return mode; return mode;
} }