diff options
author | Christian Persch <chpe@src.gnome.org> | 2005-07-31 01:21:34 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-31 01:21:34 +0800 |
commit | c5b7639e5ed72d29b9dea3779c4091c14d08d52b (patch) | |
tree | 3ae4b5a8c64f1261cd5059b0956c13926da1a51e /embed/mozilla | |
parent | 748538386d41c6a77cb6f2ed90afe120cf8f75d4 (diff) | |
download | gsoc2013-epiphany-c5b7639e5ed72d29b9dea3779c4091c14d08d52b.tar gsoc2013-epiphany-c5b7639e5ed72d29b9dea3779c4091c14d08d52b.tar.gz gsoc2013-epiphany-c5b7639e5ed72d29b9dea3779c4091c14d08d52b.tar.bz2 gsoc2013-epiphany-c5b7639e5ed72d29b9dea3779c4091c14d08d52b.tar.lz gsoc2013-epiphany-c5b7639e5ed72d29b9dea3779c4091c14d08d52b.tar.xz gsoc2013-epiphany-c5b7639e5ed72d29b9dea3779c4091c14d08d52b.tar.zst gsoc2013-epiphany-c5b7639e5ed72d29b9dea3779c4091c14d08d52b.zip |
Fix printf format
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/mozilla-embed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |