Skip to content

Commit

Permalink
eom-window: fix warning incompatible-pointer-types
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed Dec 21, 2021
1 parent 3bd33d4 commit 746d5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eom-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -4342,7 +4342,7 @@ eom_window_open_editor (GtkAction *action,
file = eom_image_get_file (window->priv->image);
files = g_list_append (files, file);

g_app_info_launch (app_info, &files,
g_app_info_launch (app_info, files,
G_APP_LAUNCH_CONTEXT (context), NULL);

g_list_free (files);
Expand Down

0 comments on commit 746d5ed

Please sign in to comment.