Skip to content
Snippets Groups Projects
Commit a00197c1 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add missing const declaration.

parent 9288be57
No related branches found
No related tags found
No related merge requests found
......@@ -648,7 +648,8 @@ pos_copy_verbatim(size_t num_pos, int *pos, const int *orig_pos, void *state)
}
static void
xmap_intersection_msg_copy(size_t nmsg, struct exchange_data *restrict msg,
xmap_intersection_msg_copy(size_t nmsg,
const struct exchange_data *restrict msg,
int *nmsg_copy, struct exchange_data **msg_copy,
Xt_pos_copy pos_copy, void *pos_copy_state) {
*nmsg_copy = (int)nmsg;
......
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