From c5b7639e5ed72d29b9dea3779c4091c14d08d52b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 30 Jul 2005 17:21:34 +0000 Subject: Fix printf format --- embed/mozilla/mozilla-embed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/mozilla/mozilla-embed.cpp b/embed/mozilla/mozilla-embed.cpp index 8a7730f5e..d925ac0fa 100644 --- a/embed/mozilla/mozilla-embed.cpp +++ b/embed/mozilla/mozilla-embed.cpp @@ -264,7 +264,7 @@ mozilla_embed_realize (GtkWidget *widget) foesid, 0, NULL, NULL, data); if (n != 2) { - g_warning ("Unexpected (n=%d) focus handlers found!\n"); + g_warning ("Unexpected (n=%d) focus handlers found!\n", n); } if (mpriv->focus_connected) return; -- cgit v1.2.3