Skip to content

Commit 26b286f

Browse files
committed
updated for version 7.3.375
Problem: Duplicate return statement. Solution: Remove the superfluous one. (Dominique Pelle)
1 parent 70ac6f7 commit 26b286f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/gui_mac.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,7 +3216,7 @@ gui_mch_new_colors(void)
32163216
{
32173217
/* TODO:
32183218
* This proc is called when Normal is set to a value
3219-
* so what msut be done? I don't know
3219+
* so what must be done? I don't know
32203220
*/
32213221
}
32223222

@@ -3303,7 +3303,6 @@ gui_mch_get_winpos(int *x, int *y)
33033303
*x = bounds.left;
33043304
*y = bounds.top;
33053305
return OK;
3306-
return FAIL;
33073306
}
33083307

33093308
/*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,8 @@ static char *(features[]) =
714714

715715
static int included_patches[] =
716716
{ /* Add new patch number below this line */
717+
/**/
718+
375,
717719
/**/
718720
374,
719721
/**/

0 commit comments

Comments
 (0)