Skip to content

Commit

Permalink
* tidiness fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Apr 23, 2008
1 parent ee6e08a commit c9f902a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions remotevstclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ RemoteVSTClient::RemoteVSTClient(std::string dllName, bool showGUI) :
exit(1);
}
}

break;
}

if (!found) {
Expand Down Expand Up @@ -343,6 +345,8 @@ RemoteVSTClient::queryPlugins(std::vector<PluginRecord> &plugins)
exit(1);
}
}

break;
}

if (!found) {
Expand Down
1 change: 1 addition & 0 deletions vsthost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ main(int argc, char **argv)
sigemptyset(&sa.sa_mask);
sa.sa_flags = 0;
sigaction(SIGHUP, &sa, 0);
sigaction(SIGINT, &sa, 0);
sigaction(SIGQUIT, &sa, 0);
sigaction(SIGTERM, &sa, 0);
sigaction(SIGPIPE, &sa, 0);
Expand Down

0 comments on commit c9f902a

Please sign in to comment.