From f497144525269c8e99aab88d9cdf8bc0212f7ce2 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 13 Jun 2010 01:42:50 +0000 Subject: [PATCH] Fix syntax errors Originally committed to SVN as r4490. --- aegisub/src/libresrc/default_path.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aegisub/src/libresrc/default_path.json b/aegisub/src/libresrc/default_path.json index 87c922041..5c0e08d99 100644 --- a/aegisub/src/libresrc/default_path.json +++ b/aegisub/src/libresrc/default_path.json @@ -5,21 +5,21 @@ "User" : "", "Temp" : "", "Dictionary" : { - "Local" { + "Local" : { "Lang" : "^CONFIG/dictionary/lang", "Thesarus" : "^CONFIG/dictionary/thesaurus", "Personal" : "^CONFIG/dictionary/personal" - } + }, "Lang" : [], "Thesaurus" : [] }, - "Automation" { + "Automation" : { "Autoload" : [], "Include" : [] - } + }, "Crash" : "^CONFIG/crash", - "Font" { - "FontConfig" { + "Font" : { + "FontConfig" : { "Cache" : "^CONFIG/fontconfig_cache" } },