Skip to content

Commit a0676a0

Browse files
author
ELY M
committed
fix2
1 parent 5aa9669 commit a0676a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ void *getjson(char *JsonString) {
282282

283283
printf("%s%s%s", CONSOLE_CYAN, string, CONSOLE_RESET);
284284

285-
return;
285+
return JsonString;
286286
}
287287

288288

0 commit comments

Comments
 (0)