Skip to content
Snippets Groups Projects
Commit 1e291811 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

input: fix incompatible-pointer-types assignment

Fixes #28441
parent 5d465814
No related branches found
No related tags found
1 merge request!4645[3.0] fix incompatible-pointer-types assignment on Linux
Pipeline #413076 passed with stage
in 20 minutes and 2 seconds
......@@ -117,7 +117,7 @@ typedef struct input_thread_private_t
/* Title infos FIXME multi-input (not easy) ? */
int i_title;
const input_title_t **title;
input_title_t * const *title;
int i_title_offset;
int i_seekpoint_offset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment