]> git.lyx.org Git - features.git/commitdiff
add forgotten comma
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 4 Sep 2006 15:54:57 +0000 (15:54 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 4 Sep 2006 15:54:57 +0000 (15:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14893 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index c3923ea71272bac1b281cadc2ac08fba6393049b..6c20fbacea39c6fde077fbfd57a5383972f675e9 100644 (file)
@@ -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).'
             ),
         ],