diff options
author | Egbert Eich <eich@suse.de> | 2005-01-03 15:43:55 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2005-01-03 15:43:55 +0000 |
commit | 5f39eff85109a73d006832ad35d9d5b58f93ef0c (patch) | |
tree | c0d9a168cf8d13fcae834465aab7637d292df5fc /Xprint/attributes.c | |
parent | ae6d52092bca6068a7847b3944148336ab489869 (diff) |
Added missing return value (Bugzilla #2205) Problem found by Stefan Kulow.
Diffstat (limited to 'Xprint/attributes.c')
-rw-r--r-- | Xprint/attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xprint/attributes.c b/Xprint/attributes.c index 2d981577a..af834fa6d 100644 --- a/Xprint/attributes.c +++ b/Xprint/attributes.c @@ -816,7 +816,7 @@ AppendEntry( char *s, c; if (*type != XrmQString) - return; + return False; for (firstNameSeen = False; *quarks; bindings++, quarks++) { if (*bindings == XrmBindLoosely) { |