From 313a06b7b4be217e90a17413862dc04552f693c3 Mon Sep 17 00:00:00 2001 From: mid Date: Thu, 30 Nov 2000 00:37:45 +0000 Subject: [PATCH] Minor typo. --- aim_chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aim_chat.c b/aim_chat.c index ee40b0a..b1f260a 100644 --- a/aim_chat.c +++ b/aim_chat.c @@ -250,7 +250,7 @@ faim_internal int aim_chat_parse_infoupdate(struct aim_session_t *sess, if (detaillevel != 0x02) { if (detaillevel == 0x01) - printf("faim: chat_roomupdateinfo: detail level 2 not supported\n"); + printf("faim: chat_roomupdateinfo: detail level 1 not supported\n"); else printf("faim: chat_roomupdateinfo: unknown detail level %d\n", detaillevel); return 1; -- 2.45.1