Remove redundant space before 220 code

This commit is contained in:
Igor Shutrov
2025-12-20 00:57:10 +05:00
committed by Burer
parent d0de275ab3
commit bc5b2f884a

View File

@@ -238,7 +238,7 @@ end if
mov [ebp + thread_data.buffer_ptr], eax
mov [ebp + thread_data.passivesocknum], -1
sendFTP " 220 Welcome to KolibriOS FTP daemon" ; fix output code
sendFTP "220 Welcome to KolibriOS FTP daemon" ; fix output code
diff16 "threadloop", 0, $
threadloop: