mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-26 06:30:07 +01:00
omGeneric: remove space between struct name & member name
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
7db74514e4
commit
208e586c80
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue