]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/window.c
Change the semantics of 'FontSpec' so that it's a dynamically
[PuTTY.git] / windows / window.c
index 04661fd6f9577c889f6e76ab00e4fbafb204036f..fabf96ecfed90848492f824dc96041f6a84b90ff 100644 (file)
@@ -2315,7 +2315,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
                {
                    FontSpec *font = conf_get_fontspec(conf, CONF_font);
                    FontSpec *prev_font = conf_get_fontspec(prev_conf,
-                                                           CONF_font);
+                                                             CONF_font);
 
                    if (!strcmp(font->name, prev_font->name) ||
                        !strcmp(conf_get_str(conf, CONF_line_codepage),