Skip to content

Commit ae5ef14

Browse files
authored
Update dynamic.h
1 parent 47ba98d commit ae5ef14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zorro_folder/include/dynamic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ API(darr_destroy,DynamicArray)
5050

5151
// De-allocates **all** dynamic vectors from memory.
5252
// After this function, **all handles** will no longer be recognized.
53-
void __cdecl darr_destroy_all(int handle);
53+
void __cdecl darr_destroy_all();
5454
API(darr_destroy_all,DynamicArray)

0 commit comments

Comments
 (0)