mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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)
|
if (!font)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
fallback = NULL;
|
||||||
if (font->want_fallback) {
|
if (font->want_fallback) {
|
||||||
for (i = 0; i < lenof(unifont_types); i++) {
|
for (i = 0; i < lenof(unifont_types); i++) {
|
||||||
if (unifont_types[i]->create_fallback) {
|
if (unifont_types[i]->create_fallback) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user