diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-27 01:03:18 -0700 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:28 +0200 |
commit | adcf3894aa3663b1debba412a85104a5c17fc3bb (patch) | |
tree | 7d6ec2a6cb682416d12b1123a4d0c13d16a25c95 | |
parent | 6d64c4164c0c2269b1b5a998f1869a6419c3471d (diff) | |
download | nx-libs-adcf3894aa3663b1debba412a85104a5c17fc3bb.tar.gz nx-libs-adcf3894aa3663b1debba412a85104a5c17fc3bb.tar.bz2 nx-libs-adcf3894aa3663b1debba412a85104a5c17fc3bb.zip |
omGeneric: remove space between struct name & member name
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
-rw-r--r-- | nx-X11/lib/X11/omGeneric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/omGeneric.c b/nx-X11/lib/X11/omGeneric.c index 1b017cb21..758d24ab4 100644 --- a/nx-X11/lib/X11/omGeneric.c +++ b/nx-X11/lib/X11/omGeneric.c @@ -1163,7 +1163,7 @@ parse_fontname( * a "missing_charset" will be reported to the client * for this CharSet. */ - font_data_return. xlfd_name = NULL; + font_data_return.xlfd_name = NULL; font_data_return.side = XlcUnknown; ret = parse_fontdata(oc, font_set, font_set->font_data, |