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 42dd7ae commit 9e34110Copy full SHA for 9e34110
src/ui.c
@@ -711,7 +711,7 @@ clip_compare_pos(
711
if (row1 < row2) return(-1);
712
if (col1 > col2) return(1);
713
if (col1 < col2) return(-1);
714
- return(0);
+ return(0);
715
}
716
717
/*
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1411,
753
/**/
754
1410,
755
0 commit comments