simutil: Rename structure variable

This commit is contained in:
Denis Kenzior 2012-11-22 06:33:22 -06:00
parent 8b339a4754
commit b1f0a5e84f
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ struct sim_eons_operator_info {
struct sim_ef_info {
unsigned short id;
unsigned short parent;
unsigned char file_type;
unsigned char file_structure;
unsigned char size;
enum sim_file_access perm_read;
enum sim_file_access perm_update;