X-Git-Url: http://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss_model.c;h=f08521acf3505c76f789d258e3e72774111f9e74;hp=93c94093630e0f9f240b1d4cfc80defe8e7da07d;hb=7f50cedb88527a356ba2deeb15e1e959c58a3f57;hpb=18a74c10b6fbc90efce489f85445846b86c54492 diff --git a/src/ttrss_model.c b/src/ttrss_model.c index 93c9409..f08521a 100644 --- a/src/ttrss_model.c +++ b/src/ttrss_model.c @@ -104,7 +104,7 @@ struct headline *headline_new(int id, const char *url, const char *title) h->unread = -1; h->excerpt = NULL; h->content = NULL; - + return h; }