diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-13 02:08:22 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-13 02:08:33 -0400 |
| commit | f844caecef4174f1fd52c1e810a836489935a01d (patch) | |
| tree | 537298c8d6b3beb2fc47f3347a66ed03d067c80e /src/main.c | |
| parent | 172db1bcaa88b51326e9b788022985c97276dbfb (diff) | |
| download | fujinet-chat-f844caecef4174f1fd52c1e810a836489935a01d.tar.gz | |
Save a tiny bit of space. 7701 bytes free.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -42,8 +42,6 @@ void txbuf_send(void) { /* always terminate with *ASCII* CRLF. DO NOT USE '\n' or even '\x0a', cc65 turns it into $9b! */ - // tx_buf[txbuflen++] = 0x0d; - // tx_buf[txbuflen++] = 0x0a; txbuf_append_chr(0x0d); txbuf_append_chr(0x0a); |
