[easytag] Make the picture type mapping array static
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Make the picture type mapping array static
- Date: Fri, 29 Mar 2013 10:12:10 +0000 (UTC)
commit df82f10667ffd58b856a1fea312065b2ab36563c
Author: David King <amigadave amigadave com>
Date: Fri Mar 29 10:11:42 2013 +0000
Make the picture type mapping array static
src/picture.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/picture.c b/src/picture.c
index e02236a..67d0269 100644
--- a/src/picture.c
+++ b/src/picture.c
@@ -186,7 +186,7 @@ static EtPictureType
et_picture_type_from_filename (const gchar *filename_utf8)
{
EtPictureType picture_type = ET_PICTURE_TYPE_FRONT_COVER;
- const struct
+ static const struct
{
const gchar *type_str;
const EtPictureType pic_type;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]