pointers, not objects
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 3 Jun 2011 19:25:23 +0000 (15:25 -0400)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:57:26 +0000 (20:57 +0000)
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) {