fix: another warning under clang
This commit is contained in:
@@ -839,7 +839,7 @@ static void action_cb(GtkWidget *widget, gpointer data)
|
|||||||
|
|
||||||
switch(action)
|
switch(action)
|
||||||
{ case ACTION_BROWSE_LOAD:
|
{ case ACTION_BROWSE_LOAD:
|
||||||
file_select_cb(NULL, ACTION_BROWSE_LOAD);
|
file_select_cb(NULL, GINT_TO_POINTER(ACTION_BROWSE_LOAD));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ACTION_BROWSE_SAVE:
|
case ACTION_BROWSE_SAVE:
|
||||||
|
|||||||
Reference in New Issue
Block a user