From fa4d0dd3ab2295f6219d72a3478e3dbc74c1ba0f Mon Sep 17 00:00:00 2001 From: Burer Date: Thu, 3 Apr 2025 15:52:53 +0300 Subject: [PATCH] [Apps/Charsets] Fixed license text and stack size --- programs/develop/charsets/charsets.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/develop/charsets/charsets.asm b/programs/develop/charsets/charsets.asm index 478432529..605e9bbf6 100644 --- a/programs/develop/charsets/charsets.asm +++ b/programs/develop/charsets/charsets.asm @@ -1,7 +1,7 @@ ; SPDX-License-Identifier: GPL-2.0-only -; SPDX-FileCopyrightText: 2025 KolibriOS Team -; FileContributor: UTF-8 to UTF-16 by Doczom -; FileContributor: Charset Checker by Burer +; SPDX-FileCopyrightText: 2025 KolibriOS Team +; SPDX-FileContributor: UTF-8 to UTF-16 by Doczom +; SPDX-FileContributor: Charset Checker by Burer use32 org 0 @@ -1190,7 +1190,7 @@ char_code_hex: ; =================================================================== I_END: - rb 0 + rb 512 align 16 STACKTOP: