add ')' missing from str4d's checkins

This commit is contained in:
kytv
2012-08-09 11:35:41 +00:00
parent 93efd31a5b
commit a940062255

View File

@ -315,7 +315,7 @@ public class SnarkManager implements Snark.CompleteListener {
}
if (!themeExists) {
// Since the default is not "light", explicitly check if universal theme is "classic"
if (theme.equals("classic")
if (theme.equals("classic"))
theme = "light";
else
theme = DEFAULT_THEME;