From 672fb8fcf4825dc1e489a473b3245c0fab4d23df Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 27 Nov 2022 02:19:40 +0000 Subject: [PATCH] Extra ; git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4055 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- src/ssb.import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssb.import.c b/src/ssb.import.c index 6167b4ef..6dc3f3ae 100644 --- a/src/ssb.import.c +++ b/src/ssb.import.c @@ -52,7 +52,7 @@ static void _tf_ssb_import_add_app(tf_ssb_t* ssb, const char* user, const char* JS_FreeValue(context, apps); apps = JS_NewArray(context); } - int32_t length = tf_util_get_length(context, apps);; + int32_t length = tf_util_get_length(context, apps); JS_SetPropertyUint32(context, apps, length, JS_NewString(context, app)); JSValue json = JS_JSONStringify(context, apps, JS_NULL, JS_NULL);