[Apps/Calcplus] Fix once again
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 39s
Build system / Build (pull_request) Successful in 7m55s

This commit is contained in:
2025-04-05 12:40:43 +03:00
parent b547e2188c
commit a3c262c501

View File

@@ -306,7 +306,7 @@ calc:
cmp [error_n], 0 cmp [error_n], 0
jne .error jne .error
mov [ans.buffer], dword " = " mov [ans.buffer], word "= "
stdcall convert_to_str, eax, ans.buffer + 2 stdcall convert_to_str, eax, ans.buffer + 2
add eax, 2 add eax, 2