(svn r241) -Fix: Trailing spaces :O

This commit is contained in:
darkvater
2004-09-13 23:43:54 +00:00
parent bb2f8d8d1a
commit 72457bac0d
6 changed files with 6 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ static const CurrencySpec _currency_specs[] = {
{ 50, ',', 0, "", " Kc" },
{ 130, '.', 0, "", " kr" },
{ 11, '.', 0, "", " kr" },
{ 6, '.', 0, "", " Lei" },
{ 6, '.', 0, "", " Lei" },
{ 2, ',', CF_ISEURO, "<EFBFBD>", "" },
};