Skip to content

Commit 81fa199

Browse files
committed
updated for version 7.3.601
Problem: Bad code style. Solution: Insert space, remove parens.
1 parent 8cbbb57 commit 81fa199

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/farsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ conv_to_pvim()
18131813
ptr[i] = toF_leading(ptr[i]);
18141814
++i;
18151815

1816-
while(canF_Rjoin(ptr[i]) && (i < llen))
1816+
while (canF_Rjoin(ptr[i]) && i < llen)
18171817
{
18181818
ptr[i] = toF_Rjoin(ptr[i]);
18191819
if (F_isterm(ptr[i]) || !F_isalpha(ptr[i]))

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+
601,
717719
/**/
718720
600,
719721
/**/

0 commit comments

Comments
 (0)