Skip to content
Snippets Groups Projects
Commit 73a38c45 authored by deuce's avatar deuce
Browse files

Re-add exit() into exitprg()

We'll need to fix this in ciolib.
parent 2917524f
Branches
Tags
No related merge requests found
......@@ -393,5 +393,6 @@ exitprg(void)
clrscr();
gotoxy(1, 1);
printf("Thanx 4 using this syncdraw\n");
exit(0);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment