Xming: Fix a couple of warnings

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
Colin Harrison 2009-01-04 20:12:16 +00:00 committed by Jon TURNEY
parent f6f97419bd
commit 8428b92fcb

View File

@ -798,6 +798,7 @@ winMultiWindowWMProc (void *pArg)
#if CYGMULTIWINDOW_DEBUG
ErrorF("-winMultiWindowWMProc ()\n");
#endif
return NULL;
}
@ -1058,7 +1059,7 @@ winMultiWindowXMsgProc (void *pArg)
XCloseDisplay (pProcArg->pDisplay);
pthread_exit (NULL);
return NULL;
}