Fix a compiler warning

This commit is contained in:
Matthias Clasen 2020-03-19 14:13:26 -04:00
parent 2e70b4c323
commit 7d5cfcf61d

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);