summaryrefslogtreecommitdiff
path: root/apps/examples/helloxx/helloxx_main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/helloxx/helloxx_main.cxx')
-rw-r--r--apps/examples/helloxx/helloxx_main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/helloxx/helloxx_main.cxx b/apps/examples/helloxx/helloxx_main.cxx
index 27a4e2695..940dccef8 100644
--- a/apps/examples/helloxx/helloxx_main.cxx
+++ b/apps/examples/helloxx/helloxx_main.cxx
@@ -123,7 +123,7 @@ class CHelloWorld
// Define a statically constructed CHellowWorld instance if C++ static
// initializers are supported by the platform
-#ifdef CONFIG_HAVE_CXXINITIALIZE
+#ifdef CONFIG_HAVE_CXXINITIALIZE
static CHelloWorld g_HelloWorld;
#endif