Skip to content

Commit

Permalink
fix-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Aug 31, 2024
1 parent f0444f3 commit 8ed478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clang-c/CXCppInterOp.h
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ typedef void* CXObject;
/**
* Allocates memory for the given type.
*/
CXObject clang_allocate(CXScope S);
CXObject clang_allocate(unsigned int n);

/**
* Deallocates memory for a given class.
Expand Down

0 comments on commit 8ed478c

Please sign in to comment.