fix: another warning under clang
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user