changeset 785:20a62ae86b6e trunk

[svn] - some compilers couldn't figure the original call out, so put a struct infront of it
author nenolod
date Thu, 02 Mar 2006 16:07:31 -0800
parents c6fd2ce0f8e8
children f2b43ca69f3c
files Plugins/Input/mpg123/id3_frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/mpg123/id3_frame.c	Thu Mar 02 15:50:49 2006 -0800
+++ b/Plugins/Input/mpg123/id3_frame.c	Thu Mar 02 16:07:31 2006 -0800
@@ -728,7 +728,7 @@
     /*
      * Allocate frame.
      */
-    frame = g_malloc0(sizeof(id3_frame));
+    frame = g_malloc0(sizeof(struct id3_frame));
 
     frame->fr_owner = id3;
     frame->fr_raw_size = size;