Index: uspace/srv/fs/udf/udf_file.h
===================================================================
--- uspace/srv/fs/udf/udf_file.h	(revision a46e56be16ae82f0d007dd26c68b250f3f725ae0)
+++ uspace/srv/fs/udf/udf_file.h	(revision 1433ecda9b732f3f185f902feb26826ec2496e03)
@@ -104,5 +104,5 @@
 	uint8_t implementation_use[0];
 	udf_dstring file_id[0];
-}__attribute__((packed)) udf_file_identifier_descriptor_t;
+} __attribute__((packed)) udf_file_identifier_descriptor_t;
 
 /* ICB tag - Information Control Block  (ECMA 167 4/14.6) */
@@ -184,5 +184,5 @@
 	uint32_t ad_lenght;
 	uint8_t allocation_descriptors[0];
-}__attribute__((packed)) udf_unallocated_space_entry_descriptor_t;
+} __attribute__((packed)) udf_unallocated_space_entry_descriptor_t;
 
 /* Space Bitmap Descriptor format (ECMA 167 4/14.12) */
@@ -192,5 +192,5 @@
 	uint32_t byts_number;
 	uint8_t bitmap[0];
-}__attribute__((packed)) udf_space_bitmap_descriptor_t;
+} __attribute__((packed)) udf_space_bitmap_descriptor_t;
 
 extern errno_t udf_node_get_core(udf_node_t *);
