[gimp/metadata-browser] file-compressor: Fix compiler warning
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-compressor: Fix compiler warning
- Date: Thu, 13 Sep 2012 00:39:02 +0000 (UTC)
commit 6ea4059fc6e163e33acea646998c479b8908275c
Author: Mukund Sivaraman <muks banu com>
Date: Sun Sep 2 05:05:24 2012 +0530
file-compressor: Fix compiler warning
plug-ins/file-compressor/file-compressor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-compressor/file-compressor.c b/plug-ins/file-compressor/file-compressor.c
index d5843c5..c2f52b6 100644
--- a/plug-ins/file-compressor/file-compressor.c
+++ b/plug-ins/file-compressor/file-compressor.c
@@ -214,7 +214,7 @@ static const Compressor compressors[] =
N_("xz archive"),
"application/x-xz",
"xcf.xz,xz,xcfxz",
- "0,ustring,\xFD7zXZ\x00",
+ "0,ustring,\3757zXZ\x00",
".xcfxz",
".xz",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]