From: Fabrice Bellard Date: Sat, 21 Mar 2026 13:31:19 +0000 (+0100) Subject: typo X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/NGINX-js-1660x332.png%20%22NGINX%20JavaScript%20Banner%22?a=commitdiff_plain;h=16d6947b17bd622a8f84a46629e1f67761581061;p=quickjs.git typo --- diff --git a/quickjs.c b/quickjs.c index f6ff4a8..a1173a4 100644 --- a/quickjs.c +++ b/quickjs.c @@ -28783,7 +28783,7 @@ static __exception int js_parse_statement_or_decl(JSParseState *s, if (js_parse_expect(s, '}')) goto fail; if (default_label_pos >= 0) { - /* Ugly patch for the the `default` label, shameful and risky */ + /* Ugly patch for the `default` label, shameful and risky */ put_u32(s->cur_func->byte_code.buf + default_label_pos, label_case); s->cur_func->label_slots[label_case].pos = default_label_pos + 4;