]> wimlib.net Git - wimlib/blobdiff - src/delete_image.c
Merge branch with pipable WIM support
[wimlib] / src / delete_image.c
index e73efab2bd021031acd7a4cd650d2df0744d559f..2ad5a27a8f0d4e95962968dc90852e6e5631f190 100644 (file)
@@ -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)
 {