Fix MS-Windows build broken by a recent commit

* src/w32term.c (w32_new_focus_frame): Fix a typo in a recent
commit.
This commit is contained in:
Eli Zaretskii 2019-04-27 10:43:05 +03:00
parent 9921b78a4d
commit fb834ea3f0

View file

@ -2940,7 +2940,7 @@ w32_new_focus_frame (struct w32_display_info *dpyinfo, struct frame *frame)
dpyinfo->w32_pending_autoraise_frame = NULL;
}
w32_reframe_highlight_1 (dpyinfo);
w32_frame_rehighlight_1 (dpyinfo);
}