summaryrefslogtreecommitdiffstats
path: root/include/uimagefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uimagefs.h')
-rw-r--r--include/uimagefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uimagefs.h b/include/uimagefs.h
index 81b32310ad..3f58589b73 100644
--- a/include/uimagefs.h
+++ b/include/uimagefs.h
@@ -45,7 +45,7 @@ struct uimagefs_handle {
struct image_header header;
int nb_data_entries;
char *filename;
- char *tmp;
+ char *copy;
struct list_head list;
};