summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 17:13:28 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 17:13:53 -0800
commit1c6e89d9dda4d41709abfed4522fd801799bfd30 (patch)
tree57eb44fc9c75500330252ba6b823ef9fa3125c4e
parentbc51dd4cdf617ba44ed1231d411eb8d63616e371 (diff)
Remove extraneous braces left from commit 1d6970a838d4ed42a
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xfontsel.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/xfontsel.c b/xfontsel.c
index 7740914..13fb950 100644
--- a/xfontsel.c
+++ b/xfontsel.c
@@ -332,10 +332,8 @@ see 'xfontsel' manual page."
viewPort =
XtCreateManagedWidget("viewPort",viewportWidgetClass,pane,NZ);
- {
- sampleText =
- XtCreateManagedWidget("sampleText",ucsLabelWidgetClass,viewPort,NZ);
- }
+ sampleText =
+ XtCreateManagedWidget("sampleText",ucsLabelWidgetClass,viewPort,NZ);
}
XtRealizeWidget(topLevel);