Skip to content

Commit c71e230

Browse files
committed
Fix typo in host_lock_handle (resolve #2)
1 parent 8d56a32 commit c71e230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/effect-details/memory-allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Handles passed to you by After Effects are locked for you before you're called,
1919
+------------------------+----------------------------------------------------------------------------------------------------------+----------------------+
2020
| `host_lock_handle` | Locks a handle. | `PF_LOCK_HANDLE` |
2121
| | | |
22-
| | <pre lang="cpp">void (*host_lock_handle)(<br/> PF_Handle pf_handle);</pre> | |
22+
| | <pre lang="cpp">void * (*host_lock_handle)(<br/> PF_Handle pf_handle);</pre> | |
2323
+------------------------+----------------------------------------------------------------------------------------------------------+----------------------+
2424
| `host_unlock_handle` | Unlocks a handle. | `PF_UNLOCK_HANDLE` |
2525
| | | |

0 commit comments

Comments
 (0)