commit 4b632e1b1edf39130a9d91d745e1db0afddf7a4a
Author: Cédric Bellegarde <[email protected]>
Date: Mon May 10 21:33:47 2010 +0200
fix compilation with gcc 4.5
src/db-artwork-parser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/db-artwork-parser.c b/src/db-artwork-parser.c
index be62f17..d637689 100644
--- a/src/db-artwork-parser.c
+++ b/src/db-artwork-parser.c
@@ -99,7 +99,7 @@ get_utf16_string (void* buffer, gint length, guint byte_order)
}
struct ParsedMhodString {
- enum MhodType mhod_type;
+ enum MhodArtworkType mhod_type;
char *mhod_string;
};
------------------------------------------------------------------------------
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2