sfeed

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

commit f34d060ef5c91b6ced5f94d21c3da468b4df29e4
parent bf1b35d4a9210a711be3f4d922ea769b96e3e411
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 28 Apr 2021 19:01:04 +0200

Makefile: fix typo in comment

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -15,7 +15,7 @@ SFEED_CFLAGS = ${CFLAGS} SFEED_LDFLAGS = ${LDFLAGS} SFEED_CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -# uncomment for convervative locked I/O. +# uncomment for conservative locked I/O. #SFEED_CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE \ # -DGETNEXT=getchar