From 260516800efd7f0416b3f957d403c4cf447f5652 Mon Sep 17 00:00:00 2001 From: Arnaud Lacombe Date: Mon, 16 Aug 2010 00:19:06 -0400 Subject: [PATCH] --- yaml --- r: 220647 b: refs/heads/master c: c24035b9edad6164ddc12e88444acea741d5e309 h: refs/heads/master i: 220645: 54d637fe94f02bfb6503b7036249dc7825af2d36 220643: 93c192557dbe5cd2c84a841e85f5b770a9ccc537 220639: d8977f4db1329ecacc4f531dcba7fa55fba56f39 v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/nconf.gui.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5fba6538b727..936198499afe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7080e47bb2783c04982526068204c1c8fc2c4c38 +refs/heads/master: c24035b9edad6164ddc12e88444acea741d5e309 diff --git a/trunk/scripts/kconfig/nconf.gui.c b/trunk/scripts/kconfig/nconf.gui.c index d963071e48df..f8137b3a5382 100644 --- a/trunk/scripts/kconfig/nconf.gui.c +++ b/trunk/scripts/kconfig/nconf.gui.c @@ -137,7 +137,7 @@ void set_colors() if (has_colors()) { normal_color_theme(); } else { - /* give deafults */ + /* give defaults */ no_colors_theme(); } }