From 45bc73898c9bc06b2f2eda768b74eb637eeb22d9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 8 Jul 2015 13:43:17 -0600 Subject: [PATCH] Fix a missing quot mark in a Kconfig --- examples/ostest/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ostest/Kconfig b/examples/ostest/Kconfig index af9d7b445..c7fe51647 100644 --- a/examples/ostest/Kconfig +++ b/examples/ostest/Kconfig @@ -109,7 +109,7 @@ endif # !EXAMPLES_OSTEST_FPUTESTDISABLE endif # ARCH_FPU && SCHED_WAITPID && !DISABLE_SIGNALS config EXAMPLES_OSTEST_WAITRESULT - bool "Wait and return test result + bool "Wait and return test result" default y depends on SCHED_WAITPID