We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ac6f7 commit 26b286fCopy full SHA for 26b286f
src/gui_mac.c
@@ -3216,7 +3216,7 @@ gui_mch_new_colors(void)
3216
{
3217
/* TODO:
3218
* This proc is called when Normal is set to a value
3219
- * so what msut be done? I don't know
+ * so what must be done? I don't know
3220
*/
3221
}
3222
@@ -3303,7 +3303,6 @@ gui_mch_get_winpos(int *x, int *y)
3303
*x = bounds.left;
3304
*y = bounds.top;
3305
return OK;
3306
- return FAIL;
3307
3308
3309
/*
src/version.c
@@ -714,6 +714,8 @@ static char *(features[]) =
714
715
static int included_patches[] =
716
{ /* Add new patch number below this line */
717
+/**/
718
+ 375,
719
/**/
720
374,
721
0 commit comments