mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 17:40:05 +01: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:
parent
cf59f4888e
commit
80ac4a85d5
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue