X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fprep.c;h=9863bc9699e119c3c339f134ef7a749792e8cfe7;hb=47963bc9cc0b47af0541010a4fa14260405acaa5;hp=9a6b64ed9cc7cf7545dbf78cf45d2e1b63310762;hpb=8ea62c8d7f3f7f7e4057b93105cf979271aa13f4;p=libguestfs.git diff --git a/fish/prep.c b/fish/prep.c index 9a6b64e..9863bc9 100644 --- a/fish/prep.c +++ b/fish/prep.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -169,8 +169,9 @@ prep_error (prep_data *data, const char *filename, const char *fs, ...) } void -free_prep_data (prep_data *data) +free_prep_data (void *vp) { + prep_data *data = vp; size_t i; for (i = 0; i < data->prep->nr_params; ++i)