Commit ee7ae449 authored by Victor Ananjevsky's avatar Victor Ananjevsky

remove warning

parent 60af1aef
...@@ -782,7 +782,7 @@ pango_to_css (gchar *font) ...@@ -782,7 +782,7 @@ pango_to_css (gchar *font)
} }
void void
open_uri (gchar *uri) open_uri (const gchar *uri)
{ {
gchar *cmdline; gchar *cmdline;
......
...@@ -665,7 +665,7 @@ void run_command_async (gchar *cmd); ...@@ -665,7 +665,7 @@ void run_command_async (gchar *cmd);
gchar * pango_to_css (gchar *font); gchar * pango_to_css (gchar *font);
void open_uri (gchar *uri); void open_uri (const gchar *uri);
#ifdef HAVE_SPELL #ifdef HAVE_SPELL
void show_langs (); void show_langs ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment