mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix missing comma
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20186 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ee8298d74e
commit
963477c0b5
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ _ucc_ GSM0338_lossy[] =
|
|||
{0x03A1,0x50}, /* Rho */
|
||||
{0x03A4,0x54}, /* Tau */
|
||||
{0x03A5,0x55}, /* Upsilon */
|
||||
{0x03A7,0x58} /* Chi */
|
||||
{0x03A7,0x58}, /* Chi */
|
||||
{0x2019,0x27} /* right single quote */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue