]> code.citadel.org Git - citadel.git/blobdiff - webcit/blogview_renderer.c
pointers, not objects
[citadel.git] / webcit / blogview_renderer.c
index 8a3d4b64997275962c6a052e1ac45fed05d0d607..818c0a1ad8a2e32d936c7cf095717fc5919fecd9 100644 (file)
@@ -220,7 +220,7 @@ int blogview_LoadMsgFromServer(SharedMessageStatus *Stat,
 
 
 /*
- * Sort a list of 'struct blogpost' objects by newest-to-oldest msgnum.
+ * Sort a list of 'struct blogpost' pointers by newest-to-oldest msgnum.
  * With big thanks to whoever wrote http://www.c.happycodings.com/Sorting_Searching/code14.html
  */
 static int blogview_sortfunc(const void *a, const void *b) {