X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fdelete_image.c;h=389d230917dd5d3e1c9c982e0ff902be7e17ecc8;hb=38fc43c63ef25172766091cb048b7450e1397396;hp=49babb9ae359ef981d792112506ba39ac17ecc13;hpb=10a87017a0a82d34ed3981e1f5e586b5b8613e3f;p=wimlib diff --git a/src/delete_image.c b/src/delete_image.c index 49babb9a..389d2309 100644 --- a/src/delete_image.c +++ b/src/delete_image.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2012, 2013 Biggers + * Copyright (C) 2012, 2013 Eric Biggers * * This file is part of wimlib, a library for working with WIM files. * @@ -28,7 +28,8 @@ /* * Deletes an image from the WIM. */ -WIMLIBAPI int wimlib_delete_image(WIMStruct *w, int image) +WIMLIBAPI int +wimlib_delete_image(WIMStruct *w, int image) { int i; int ret;