patch 7.4.1411
Problem: Compiler warning for indent. (Ajit Thakkar) Solution: Indent normally.
This commit is contained in:
2
src/ui.c
2
src/ui.c
@ -711,7 +711,7 @@ clip_compare_pos(
|
|||||||
if (row1 < row2) return(-1);
|
if (row1 < row2) return(-1);
|
||||||
if (col1 > col2) return(1);
|
if (col1 > col2) return(1);
|
||||||
if (col1 < col2) return(-1);
|
if (col1 < col2) return(-1);
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -748,6 +748,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1411,
|
||||||
/**/
|
/**/
|
||||||
1410,
|
1410,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user