mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Add a missing initialisation to NULL.
[originally from svn r9308]
This commit is contained in:
parent
0c4a041f9b
commit
73444adc50
@ -1567,6 +1567,7 @@ unifont *multifont_create(GtkWidget *widget, const char *name,
|
||||
if (!font)
|
||||
return NULL;
|
||||
|
||||
fallback = NULL;
|
||||
if (font->want_fallback) {
|
||||
for (i = 0; i < lenof(unifont_types); i++) {
|
||||
if (unifont_types[i]->create_fallback) {
|
||||
|
Loading…
Reference in New Issue
Block a user