From: Peter Verthez Date: Sun, 3 Nov 2002 10:22:44 +0000 (+0000) Subject: Bugfix. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=133000dc1075930c51adae600c732ee1ab9ffab0;hp=cf04c144fa910f52d44ef33d2fa9a03f912efa2e;p=gedcom-parse.git Bugfix. --- diff --git a/gedcom/multilex.c b/gedcom/multilex.c index 7556311..af36069 100644 --- a/gedcom/multilex.c +++ b/gedcom/multilex.c @@ -228,6 +228,6 @@ int gedcom_check_version(int major, int minor, int patch) return 0; else if (patch <= GEDCOM_PARSE_VERSION_PATCH) return 1; - else { + else return 0; }