summaryrefslogtreecommitdiff
path: root/src/Convert.c
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2013-06-25 23:02:46 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-09 23:20:13 -0700
commit3919044bd7d3bcb85ce3425a43b8889a248a7542 (patch)
tree7c988eee011ec632c9ebbf4fc7ae61033c42cce6 /src/Convert.c
parentd395f487e659ee1091eb60c89c551ba1b61dfe51 (diff)
Avoid shadowing variables.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Convert.c')
-rw-r--r--src/Convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Convert.c b/src/Convert.c
index cea8fd3..bbb8ff1 100644
--- a/src/Convert.c
+++ b/src/Convert.c
@@ -812,7 +812,7 @@ CallConverter(
unsigned int supplied_size = to->size;
Boolean do_ref = cP->do_ref_count && cache_ref_return;
Boolean do_free = False;
- Boolean retval =
+ retval =
(*(XtTypeConverter)converter)(dpy, args, &num_args, from, to, &closure);
if (retval == False && supplied_size < to->size) {