do exit
This commit is contained in:
@@ -213,6 +213,7 @@ main(int argc, char *argv[])
|
|||||||
if (!newbmp) {
|
if (!newbmp) {
|
||||||
printf("memory allocation failure, %d %d, aborting.\n",
|
printf("memory allocation failure, %d %d, aborting.\n",
|
||||||
bmpsize, magictileno);
|
bmpsize, magictileno);
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
tilecount = 0;
|
tilecount = 0;
|
||||||
xoffset = yoffset = 0;
|
xoffset = yoffset = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user