]> wimlib.net Git - wimlib/blobdiff - src/delete_image.c
Replace rename()
[wimlib] / src / delete_image.c
index 49babb9ae359ef981d792112506ba39ac17ecc13..389d230917dd5d3e1c9c982e0ff902be7e17ecc8 100644 (file)
@@ -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;