mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-10-01 07:13:32 -04:00
[Apps/Charsets] Fixed license text and stack size
This commit is contained in:
parent
42463311c1
commit
ae66d777f0
@ -1,7 +1,7 @@
|
|||||||
; SPDX-License-Identifier: GPL-2.0-only
|
; SPDX-License-Identifier: GPL-2.0-only
|
||||||
; SPDX-FileCopyrightText: 2025 KolibriOS Team
|
; SPDX-FileCopyrightText: 2025 KolibriOS Team
|
||||||
; FileContributor: UTF-8 to UTF-16 by Doczom
|
; SPDX-FileContributor: UTF-8 to UTF-16 by Doczom
|
||||||
; FileContributor: Charset Checker by Burer
|
; SPDX-FileContributor: Charset Checker by Burer
|
||||||
|
|
||||||
use32
|
use32
|
||||||
org 0
|
org 0
|
||||||
@ -1190,7 +1190,7 @@ char_code_hex:
|
|||||||
; ===================================================================
|
; ===================================================================
|
||||||
|
|
||||||
I_END:
|
I_END:
|
||||||
rb 0
|
rb 512
|
||||||
align 16
|
align 16
|
||||||
STACKTOP:
|
STACKTOP:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user