fix: another warning under clang

This commit is contained in:
Stéphane Lesimple
2021-01-15 19:15:23 +01:00
parent 3bd06abbda
commit 83acea4684

View File

@@ -839,7 +839,7 @@ static void action_cb(GtkWidget *widget, gpointer data)
switch(action)
{ case ACTION_BROWSE_LOAD:
file_select_cb(NULL, ACTION_BROWSE_LOAD);
file_select_cb(NULL, GINT_TO_POINTER(ACTION_BROWSE_LOAD));
break;
case ACTION_BROWSE_SAVE: