sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 88208d5ffda5cfbf03901038b41afae703f0d172
parent 7779e6a74852a7655210abb686287a4b59e75fdc
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 19 Sep 2020 16:37:44 +0200

xml.h: add underscore for #ifdef guard

This is the common style.

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

diff --git a/xml.h b/xml.h @@ -1,5 +1,5 @@ -#ifndef _XML_H -#define _XML_H +#ifndef _XML_H_ +#define _XML_H_ #include <stdio.h>