Skip to content

Commit fda95e7

Browse files
committed
patch 8.1.0227: spaces instead of tabs in makefile
Problem: Spaces instead of tabs in makefile. Solution: Use tabs and fix sorting. (Ken Takata)
1 parent 1f0bfe5 commit fda95e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/po/Make_all.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ LANGUAGES = \
2121
ja.sjis \
2222
ko \
2323
ko.UTF-8 \
24+
lv \
2425
nb \
2526
nl \
2627
no \
@@ -42,7 +43,6 @@ LANGUAGES = \
4243
zh_CN.cp936 \
4344
zh_TW \
4445
zh_TW.UTF-8 \
45-
lv \
4646

4747

4848
MOFILES = \
@@ -61,6 +61,7 @@ MOFILES = \
6161
ja.mo \
6262
ko.UTF-8.mo \
6363
ko.mo \
64+
lv.mo \
6465
nb.mo \
6566
nl.mo \
6667
no.mo \
@@ -76,7 +77,6 @@ MOFILES = \
7677
zh_CN.mo \
7778
zh_TW.UTF-8.mo \
7879
zh_TW.mo \
79-
lv.mo \
8080

8181

8282
MOCONVERTED = \

src/version.c

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

795795
static int included_patches[] =
796796
{ /* Add new patch number below this line */
797+
/**/
798+
227,
797799
/**/
798800
226,
799801
/**/

0 commit comments

Comments
 (0)