diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 8d695fd65bc..e60385c8129 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -4663,7 +4663,7 @@ int size; | |||
| 4663 | && !strcmp (dpyinfo->font_table[i].name, bdf_name)) | 4663 | && !strcmp (dpyinfo->font_table[i].name, bdf_name)) |
| 4664 | || (dpyinfo->font_table[i].full_name | 4664 | || (dpyinfo->font_table[i].full_name |
| 4665 | && !strcmp (dpyinfo->font_table[i].full_name, bdf_name))) | 4665 | && !strcmp (dpyinfo->font_table[i].full_name, bdf_name))) |
| 4666 | return dpyinfo->font_table[i]; | 4666 | return dpyinfo->font_table + i; |
| 4667 | } | 4667 | } |
| 4668 | 4668 | ||
| 4669 | retval = w32_load_bdf_font (f, bdf_name, size, bdf_file); | 4669 | retval = w32_load_bdf_font (f, bdf_name, size, bdf_file); |