diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index fb66e83e9..e3632b688 100644 --- a/programs/other/calcplus/calcplus.asm +++ b/programs/other/calcplus/calcplus.asm @@ -306,7 +306,7 @@ calc: cmp [error_n], 0 jne .error - mov [ans.buffer], word " = " + mov [ans.buffer], word "= " stdcall convert_to_str, eax, ans.buffer + 2 add eax, 2