diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2010-07-01 22:22:13 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2010-07-01 22:22:13 +0100 |
commit | 393204e792de332457b1175b3831170d6970a98f (patch) | |
tree | c34af6bc0384b04e00f7bea5c02ab8565802c832 | |
parent | 516443b41a0b0d06218848706bf658f06e0b7174 (diff) |
Fixed syntax errors in include statements
Fixing https://bugs.freedesktop.org/show_bug.cgi?id=25760
-rw-r--r-- | symbols/in | 4 | ||||
-rw-r--r-- | symbols/lk | 2 | ||||
-rw-r--r-- | symbols/sy | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -85,7 +85,7 @@ xkb_symbols "deva" { key <AB10> { [ U092f, U095f, slash, question ] }; // space, space, Zero-Width-Non-Joiner (ZWNJ), Zero-Width-Joiner (ZWJ): - include "nbsp(zwnj3zwj4)"; + include "nbsp(zwnj3zwj4)" }; //Name : Bolnagri (Combined) @@ -1263,7 +1263,7 @@ xkb_symbols "olpc" { key <AB10> { [ U092F, U095F ] }; // DEVANAGARI LETTER YA; DEVANAGARI LETTER YYA // space, space, Zero-Width-Non-Joiner (ZWNJ), Zero-Width-Joiner (ZWJ): - include "nbsp(zwnj3zwj4)"; + include "nbsp(zwnj3zwj4)" include "group(olpc)" }; @@ -74,7 +74,7 @@ xkb_symbols "sin_phonetic" { key <AB10> { [ any, any, 0x0100200d, NoSymbol ] }; // Space - include "nbsp(zwnj2nb3s)"; + include "nbsp(zwnj2nb3s)" include "level3(ralt_switch)" }; @@ -68,7 +68,7 @@ xkb_symbols "syc" { // End Alphanumeric Section // Space - include "nbsp(zwnj2)"; + include "nbsp(zwnj2)" // Begin Modifier Mappings |