change all use of g_critical() in libsmf() to g_warning()
[ardour.git] / libs / evoral / src / libsmf / smf_private.h
index f415eac9da4f18b52b6448643d6a9e84e2c66e70..3f7bb2940d9a5b5261f5c275592fbfdd76929d87 100644 (file)
@@ -51,7 +51,7 @@
 /** SMF chunk header, used only by smf_load.c and smf_save.c. */
 struct chunk_header_struct {
        char            id[4];
-       uint32_t        length; 
+       uint32_t        length;
 } ATTRIBUTE_PACKED;
 
 /** SMF chunk, used only by smf_load.c and smf_save.c. */