Skip to content

Commit

Permalink
EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
esquerbatua committed Aug 23, 2024
1 parent a7b596e commit 317d2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdparty/cJSON/cJSON.c
Original file line number Diff line number Diff line change
Expand Up @@ -3235,4 +3235,4 @@ cJSON_free(void *object)
{
global_hooks.deallocate(object);
object = NULL;
}
}
2 changes: 1 addition & 1 deletion thirdparty/cJSON/cJSON.h
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,4 @@ extern "C"
}
#endif

#endif
#endif

0 comments on commit 317d2f4

Please sign in to comment.