Added missing return value (Bugzilla #2205) Problem found by Stefan Kulow.

This commit is contained in:
Egbert Eich 2005-01-03 15:43:55 +00:00
parent ae6d52092b
commit 5f39eff851

View File

@ -816,7 +816,7 @@ AppendEntry(
char *s, c;
if (*type != XrmQString)
return;
return False;
for (firstNameSeen = False; *quarks; bindings++, quarks++) {
if (*bindings == XrmBindLoosely) {