Skip to content

Commit

Permalink
* Fix nasty typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed May 4, 2010
1 parent 4289c0e commit 5fd74f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dssi-vst-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ RemoteVSTServer::hideGUI()
if (m_guiFifoFd >= 0) {
int fd = m_guiFifoFd;
m_guiFifoFd = -1;
close(m_guiFifoFd);
close(fd);
}

ShowWindow(hWnd, SW_HIDE);
Expand Down

0 comments on commit 5fd74f3

Please sign in to comment.