Skip to content

Commit 68c85fc

Browse files
committed
patch 7.4.1412
Problem: Compiler warning for indent. (Dominique Pelle) Solution: Fix the indent.
1 parent 9e34110 commit 68c85fc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/farsi.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ fkmap(int c)
764764
if (!p_ri)
765765
dec_cursor();
766766

767-
chg_c_toX_orX ();
768-
chg_l_toXor_X ();
767+
chg_c_toX_orX ();
768+
chg_l_toXor_X ();
769769

770770
if (!p_ri)
771771
inc_cursor();
@@ -1243,7 +1243,7 @@ fkmap(int c)
12431243
if (!p_ri)
12441244
dec_cursor();
12451245

1246-
tempc = LA;
1246+
tempc = LA;
12471247
}
12481248
else
12491249
{

src/version.c

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

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1412,
751753
/**/
752754
1411,
753755
/**/

0 commit comments

Comments
 (0)