Skip to content

Commit

Permalink
Remove fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Feb 27, 2024
1 parent 21abc72 commit ce5132b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util_cJSON.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static unsigned char* cJSON_strdup(const unsigned char* string, const internal_h
return copy;
}
#ifdef __HIPCC__
/* FIXME: hipcc doesn't like this function, but we dont't need it ... */
/* hipcc doesn't like this function, but we dont't need it ... */
#else
CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks)
{
Expand Down

0 comments on commit ce5132b

Please sign in to comment.