sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 08add9b95e58bc4e7ece8137efe8dc0905a94467
parent c0e9fea2a9661f3fc77a1a608e5ca456972321d9
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue,  6 Oct 2020 18:45:26 +0200

xml.h: minor comment rewording

Diffstat:
Mxml.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xml.h b/xml.h @@ -26,8 +26,8 @@ typedef struct xmlparser { size_t, int); #ifndef GETNEXT - /* GETNEXT overridden for sfeed to reduce function call overhead and - further context optimizations. */ + /* GETNEXT overridden to reduce function call overhead and further + context optimizations. */ #define GETNEXT getchar #endif