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);