aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 55e06beb4..a726d7b16 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -74,7 +74,7 @@ option_version_cb (const gchar *option_name,
gpointer data,
GError **error)
{
- g_printerr ("%s %s\n", _("GNOME Web Browser"), VERSION);
+ g_print ("%s %s\n", _("GNOME Web Browser"), VERSION);
exit (EXIT_SUCCESS);
return FALSE;