]> wimlib.net Git - wimlib/blobdiff - src/export_image.c
Fix copyright notices
[wimlib] / src / export_image.c
index 1cbb52d74d53b573dfaff0cfd345ca0d427785ea..ff80eec35a056fa72f0aaf1744f975ccf71673c6 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
@@ -105,7 +105,7 @@ WIMLIBAPI int wimlib_export_image(WIMStruct *src_wim,
        int ret;
        struct wim_security_data *sd;
        struct wim_lookup_table *joined_tab, *src_wim_tab_save;
-       struct image_metadata *src_imd;
+       struct wim_image_metadata *src_imd;
        struct hlist_node *cur_node;
        struct list_head lte_list_head;
        struct wim_inode *inode;