Fix a compiler warning

This commit is contained in:
Matthias Clasen
2020-03-19 14:13:26 -04:00
parent fcab0943bf
commit 05726a7452

View File

@@ -199,7 +199,7 @@ popup_edit (GtkWidget *widget,
GtkWidget *focus;
gint position;
gint s, e;
char *param;
const char *param;
param = g_variant_get_string (parameters, NULL);