Remove redundant space before 220 code

This commit is contained in:
Igor Shutrov
2025-12-20 00:57:10 +05:00
parent 7b0867a6cf
commit 9434e62faf

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: