[gdm] xdmcp: fix a compile warning
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] xdmcp: fix a compile warning
- Date: Thu, 22 Dec 2011 17:32:14 +0000 (UTC)
commit 96e2591f9cae2551022d7456f741f9a80b110f7e
Author: Ray Strode <rstrode redhat com>
Date: Thu Dec 22 12:31:45 2011 -0500
xdmcp: fix a compile warning
daemon/gdm-xdmcp-display-factory.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/gdm-xdmcp-display-factory.c b/daemon/gdm-xdmcp-display-factory.c
index 2e0cd84..7123536 100644
--- a/daemon/gdm-xdmcp-display-factory.c
+++ b/daemon/gdm-xdmcp-display-factory.c
@@ -1641,8 +1641,8 @@ gdm_xdmcp_handle_forward_query (GdmXdmcpDisplayFactory *factory,
}
if G_UNLIKELY (len != explen) {
- g_warning ("%s: Error in checksum"),
- "gdm_xdmcp_handle_forward_query";
+ g_warning ("%s: Error in checksum",
+ "gdm_xdmcp_handle_forward_query");
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]