cake
/
p7utils
Archived
1
0
Fork 0
This commit is contained in:
Thomas Touhey 2017-01-28 13:05:07 +01:00
parent 74c70979b1
commit 8a3804a5bf
1 changed files with 3 additions and 0 deletions

View File

@ -285,6 +285,9 @@ int main(int ac, char **av)
default: log(error_unplanned, p7_strerror(err));
}
/* that doesn't mean you shouldn't exit, heh. */
p7_exit(handle);
/* return that an error has occured */
return (1);
}