diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-30 03:33:09 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-30 03:33:09 -0400 |
| commit | 7046449b579e2fce3bfc58cba7ec174d104878cb (patch) | |
| tree | cc052d2c4dbd887f4477d8a0b9eb53a3bdaaf808 /src | |
| parent | ddfe09f3b8336630dd0f87e446306bc1e012f20b (diff) | |
| download | fujinet-chat-7046449b579e2fce3bfc58cba7ec174d104878cb.tar.gz | |
Update TODO, fix a comment in irc.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/irc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ void txbuf_append_str3(const char *s1, const char *s2, const char *s3); /* clears the transmit buffer, then appends a string to it. */ void txbuf_set_str(const char *str); -/* as txbuf_set_str2(), but multiple strings. */ +/* as txbuf_set_str(), but multiple strings. */ void txbuf_set_str2(const char *s1, const char *s2); void txbuf_set_str3(const char *s1, const char *s2, const char *s3); |
