From 725043f0d4943767bd1121ef572230c83b2496b5 Mon Sep 17 00:00:00 2001 From: Burer Date: Sat, 5 Apr 2025 10:23:14 +0300 Subject: [PATCH] [Apps/Calcplus] Fix to previous --- programs/other/calcplus/calcplus.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index 56c20c33b..66233901e 100644 --- a/programs/other/calcplus/calcplus.asm +++ b/programs/other/calcplus/calcplus.asm @@ -663,8 +663,8 @@ KEYBOARD_X = LIST_ITEM_W + 20 KEYBOARD_Y = LIST_Y KEYBOARD_W = 190 -LIST_ITEM_TEXT1 equ dword [sc.work_text] -LIST_ITEM_TEXT2 equ dword [sc.work_text] +LIST_ITEM_TEXT1 = dword [sc.work_text] +LIST_ITEM_TEXT2 = dword [sc.work_text] WIN_X = 200 WIN_Y = 200