X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fdelete_image.c;h=2ad5a27a8f0d4e95962968dc90852e6e5631f190;hb=92502e53658f09310d67118a0bbc18fa83a1b6f0;hp=e73efab2bd021031acd7a4cd650d2df0744d559f;hpb=28d3d79a1894375e457237097bc80f0d92746018;p=wimlib diff --git a/src/delete_image.c b/src/delete_image.c index e73efab2..2ad5a27a 100644 --- a/src/delete_image.c +++ b/src/delete_image.c @@ -32,9 +32,7 @@ #include "wimlib/wim.h" #include "wimlib/xml.h" -/* - * Deletes an image from the WIM. - */ +/* API function documented in wimlib.h */ WIMLIBAPI int wimlib_delete_image(WIMStruct *wim, int image) {