From a6414c098607ac9f10a5f50a3a63368d6d62e972 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 3 Jun 2011 15:14:02 -0400 Subject: [PATCH] Another minor commit --- webcit/blogview_renderer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webcit/blogview_renderer.c b/webcit/blogview_renderer.c index 13c217c46..8a3d4b649 100644 --- a/webcit/blogview_renderer.c +++ b/webcit/blogview_renderer.c @@ -181,8 +181,7 @@ int blogview_LoadMsgFromServer(SharedMessageStatus *Stat, /* FIXME an optimization here -- one we ought to perform -- is to exit this * function immediately if the viewer is only interested in a single post and - * that message ID is neither the id nor the refs. Actually, that might *be* - * the way to display only a single message (with or without comments). + * that message ID is neither the id nor the refs. */ if (b.refs == 0) { -- 2.39.2