[gnome-shell] StTextureCache: Fix compilation warning
- From: Maxim Ermilov <mermilov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] StTextureCache: Fix compilation warning
- Date: Mon, 17 Jan 2011 22:33:00 +0000 (UTC)
commit 4bc078b5fd0b6c0cabd427d18e8d4fd8e8109f56
Author: Maxim Ermilov <zaspire rambler ru>
Date: Tue Jan 18 01:21:44 2011 +0300
StTextureCache: Fix compilation warning
src/st/st-texture-cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c
index 346ac4a..2dceeca 100644
--- a/src/st/st-texture-cache.c
+++ b/src/st/st-texture-cache.c
@@ -489,7 +489,7 @@ decode_image (const char *val)
{
if (error)
{
- g_warning (error->message);
+ g_warning ("%s\n", error->message);
g_error_free (error);
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]