mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
add missing semicolon
This commit is contained in:
parent
2af78143c1
commit
83d8db3925
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ static std::string dll_info (std::string path) {
|
|||
}
|
||||
if (6 != read (fd, buf, 6)) {
|
||||
rv = _("- cannot read dll PE header");
|
||||
goto errorout
|
||||
goto errorout;
|
||||
}
|
||||
|
||||
if (buf[0] != 'P' && buf[1] != 'E') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue