Use the same style as the rest of the file for the optional data string

after each path component rather than a GCC-ism.
This commit is contained in:
John Baldwin 2009-02-09 20:42:51 +00:00
parent 71f35f385d
commit a40ad858de

View File

@ -359,7 +359,7 @@ struct path_component {
uint8_t type;
uint8_t length;
uint16_t version;
uint8_t identifier[0];
uint8_t identifier[1];
} __packed;
#define UDF_PATH_ROOT 2
#define UDF_PATH_DOTDOT 3