mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 03:54:30 +00:00
hw/xwin: Fix declaration after statement warning in ddxGiveUp()
Signed-off-by: Colin Harrison <colin.harrison@virgin.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
committed by
Jon TURNEY
parent
cf59f4888e
commit
80ac4a85d5
@@ -271,10 +271,10 @@ ddxGiveUp(enum ExitCode error)
|
||||
PostQuitMessage(0);
|
||||
|
||||
{
|
||||
winDebug("ddxGiveUp - Releasing termination mutex\n");
|
||||
|
||||
int iReturn = pthread_mutex_unlock(&g_pmTerminating);
|
||||
|
||||
winDebug("ddxGiveUp - Releasing termination mutex\n");
|
||||
|
||||
if (iReturn != 0) {
|
||||
ErrorF("winMsgWindowProc - pthread_mutex_unlock () failed: %d\n",
|
||||
iReturn);
|
||||
|
||||
Reference in New Issue
Block a user