Skip to content

Commit

Permalink
put signature back to void*
Browse files Browse the repository at this point in the history
  • Loading branch information
YSaxon committed Jun 14, 2024
1 parent c3e3882 commit 2407683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_address.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "parse_address.h"
#include "shims.h"

ArgInfo* getPVar(const void* address) {
ArgInfo* getPVar(void* address) {
ArgInfo* var = (ArgInfo*)calloc(1, sizeof(ArgInfo));
var->type = TYPE_VOIDPOINTER;
var->explicitType = true;
Expand Down

0 comments on commit 2407683

Please sign in to comment.