Cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1080 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dec40c2f86
commit
22f4919149
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ DohDelete(DOH *obj) {
|
|||
|
||||
if (!obj) return;
|
||||
if (!DohCheck(b)) {
|
||||
fprintf(stderr,"DOH: Fatal error. Attempt to delete a non-doh object.\n");
|
||||
fputs("DOH: Fatal error. Attempt to delete a non-doh object.\n",stderr);
|
||||
abort();
|
||||
}
|
||||
if (b->flag_intern) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue