correct flag ACTION_RAMDISK

This commit is contained in:
Laurent Vivier 2007-05-04 09:22:15 +00:00
parent e8bdbd5e5f
commit a1d8405965

View File

@ -42,7 +42,7 @@ enum {
ACTION_KERNEL = 0x00000100,
ACTION_PARTITION = 0x00000200,
ACTION_MAP = 0x00000400,
ACTION_RAMDISK = 0x00000400,
ACTION_RAMDISK = 0x00000800,
};
enum {