Skip to content
Snippets Groups Projects
Commit f70a8bf3 authored by Jeremy Huddleston Sequoia's avatar Jeremy Huddleston Sequoia
Browse files

XQuartz: Don't sleep forever on exit if usleep() returns an error


Signed-off-by: default avatarJeremy Huddleston Sequoia <jeremyhu@apple.com>
parent ebcc1c21
No related branches found
No related tags found
No related merge requests found
......@@ -936,7 +936,7 @@ extern char *bundle_id_prefix;
- (void) applicationWillTerminate:(NSNotification *)aNotification
{
unsigned remain;
int remain;
[X11App prefs_synchronize];
/* shutdown the X server, it will exit () for us. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment