Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ee9f0ad1 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

fix missing closing brace

parent 8a0668a3
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,7 @@ static inline void
chameleon_starpu_data_wont_use( starpu_data_handle_t handle ) {
starpu_data_acquire_cb( handle, STARPU_R,
(void (*)(void*))&starpu_data_release, handle );
}
#endif
......
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