Skip to content
Snippets Groups Projects
Commit 6edd22cd authored by deuce's avatar deuce
Browse files

Make ALT-X exit as originally intended.

parent fc5cc404
Branches
Tags
No related merge requests found
...@@ -1279,9 +1279,9 @@ int main(int argc, char **argv) ...@@ -1279,9 +1279,9 @@ int main(int argc, char **argv)
free(bbs); free(bbs);
} }
bbs=NULL; bbs=NULL;
break;
} }
else bbs=NULL;
bbs=NULL;
} }
uifcbail(); uifcbail();
#ifdef _WINSOCKAPI_ #ifdef _WINSOCKAPI_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment