1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-11-22 11:49:05 +00:00

close iffparse library - thanks LeakWatch for spotting this ! :)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@18912 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
dlc
2003-07-28 19:33:12 +00:00
parent 20038994e6
commit 90f74ec669

View File

@ -69,5 +69,7 @@ int main(void)
} else printf("AllocIFF failed!\n");
CloseLibrary(IFFParseBase);
return 0;
}