Skip to content

Commit 768595c

Browse files
authored
fix ptr (#1033)
1 parent e88b91b commit 768595c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/cl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2699,7 +2699,7 @@ server's OpenCL/api-docs repository.
26992699
<command suffix="CL_API_SUFFIX__VERSION_3_0">
27002700
<proto><type>cl_int</type> <name>clReImportSemaphoreSyncFdKHR</name></proto>
27012701
<param><type>cl_semaphore_khr</type> <name>sema_object</name></param>
2702-
<param><type>cl_semaphore_reimport_properties_khr*</type> <name>reimport_props</name></param>
2702+
<param><type>cl_semaphore_reimport_properties_khr</type>* <name>reimport_props</name></param>
27032703
<param><type>int</type> <name>fd</name></param>
27042704
</command>
27052705
<command suffix="CL_API_SUFFIX__VERSION_3_0">

0 commit comments

Comments
 (0)