X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract_image.c;fp=src%2Fextract.c;h=22b12ba1ef52bf9ed59aff8760dc923b7bfc5089;hp=55508169a742179abfc964620f495e212ca23d6d;hb=40beb80283a2df7af88c8359ca41adb814585e9a;hpb=da6b05efcc67386aacf97672bcf67797c742fd6c diff --git a/src/extract.c b/src/extract_image.c similarity index 99% rename from src/extract.c rename to src/extract_image.c index 55508169..22b12ba1 100644 --- a/src/extract.c +++ b/src/extract_image.c @@ -1,5 +1,5 @@ /* - * extract.c + * extract_image.c * * Support for extracting WIM files. * @@ -10,7 +10,6 @@ */ /* - * Copyright (C) 2010 Carl Thijssen * Copyright (C) 2012 Eric Biggers * * This file is part of wimlib, a library for working with WIM files. @@ -44,7 +43,6 @@ #include #endif - #include #include "dentry.h"