From ce5132b0bbde8847dc8131be71d5bcfa0d41367a Mon Sep 17 00:00:00 2001 From: Kevin Stratford Date: Tue, 27 Feb 2024 16:01:25 +0000 Subject: [PATCH] Remove fixme --- src/util_cJSON.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util_cJSON.c b/src/util_cJSON.c index b03154e0..b0da7159 100644 --- a/src/util_cJSON.c +++ b/src/util_cJSON.c @@ -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) {