mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
add forgotten comma
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14893 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
15be4fb8ef
commit
8a83ea44bd
@ -1101,7 +1101,7 @@ int count()
|
||||
'Spell engine to use'
|
||||
),
|
||||
# we need to know the byte order for unicode conversions
|
||||
(sys.byteorder == 'big', 'WORDS_BIGENDIAN'
|
||||
(sys.byteorder == 'big', 'WORDS_BIGENDIAN',
|
||||
'Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX).'
|
||||
),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user