From d2469483678275c6d9471e01d27f23d37c6ec890 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 2 Apr 2023 18:28:50 +0200 Subject: [PATCH] formatting fix --- src/chat/misc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/chat/misc.c b/src/chat/misc.c index b3db261..37a5ecf 100644 --- a/src/chat/misc.c +++ b/src/chat/misc.c @@ -116,8 +116,6 @@ node_t *get_node(int connection) return buffer; } - - char *get_string_from_json(struct json_object *json, char *string) { struct json_object *object;