forgot to add new enum to the volume edd :X

SVN revision: 55912
This commit is contained in:
Mike Blumenkrantz 2011-01-06 01:17:21 +00:00
parent cdc41d0f3a
commit 2554c3b88b
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ _e_volume_edd_new(void)
DAT(mount_point, STRING);
DAT(parent, STRING);
DAT(first_time, CHAR);
DAT(efm_mode, UINT);
#undef DAT
return edd;
}