summaryrefslogtreecommitdiff
path: root/symbols/in
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2010-07-01 22:22:13 +0100
committerSergey V. Udaltsov <svu@gnome.org>2010-07-01 22:22:13 +0100
commit393204e792de332457b1175b3831170d6970a98f (patch)
treec34af6bc0384b04e00f7bea5c02ab8565802c832 /symbols/in
parent516443b41a0b0d06218848706bf658f06e0b7174 (diff)
downloadxkeyboard-config-393204e792de332457b1175b3831170d6970a98f.tar.gz
Fixed syntax errors in include statements
Fixing https://bugs.freedesktop.org/show_bug.cgi?id=25760
Diffstat (limited to 'symbols/in')
-rw-r--r--symbols/in4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/in b/symbols/in
index 6c86b7c..363094d 100644
--- a/symbols/in
+++ b/symbols/in
@@ -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)"
};