Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
brammool committed Jul 29, 2018
1 parent 1f0bfe5 commit fda95e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/po/Make_all.mak
Expand Up @@ -21,6 +21,7 @@ LANGUAGES = \
ja.sjis \
ko \
ko.UTF-8 \
lv \
nb \
nl \
no \
Expand All @@ -42,7 +43,6 @@ LANGUAGES = \
zh_CN.cp936 \
zh_TW \
zh_TW.UTF-8 \
lv \


MOFILES = \
Expand All @@ -61,6 +61,7 @@ MOFILES = \
ja.mo \
ko.UTF-8.mo \
ko.mo \
lv.mo \
nb.mo \
nl.mo \
no.mo \
Expand All @@ -76,7 +77,6 @@ MOFILES = \
zh_CN.mo \
zh_TW.UTF-8.mo \
zh_TW.mo \
lv.mo \


MOCONVERTED = \
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -794,6 +794,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
227,
/**/
226,
/**/
Expand Down

0 comments on commit fda95e7

Please sign in to comment.