diff --git a/maestro/core.c b/maestro/core.c
index 369352002305f1cb354800b4d5f553d51a98ac63..fe3ca962ed24cefe06b79bb25a73e35403fd6801 100644
--- a/maestro/core.c
+++ b/maestro/core.c
@@ -220,6 +220,7 @@ mstro_core__numa_init(void)
 	     return s;
     }
     /* FIXME: consider initializing some global data structures with this info */
+  }
 #else
   g_have_numa = false;
   DEBUG("NUMA: not supported\n");
@@ -340,7 +341,7 @@ BAILOUT:
   else
     return MSTRO_OK;
 }
-
+
 
 /** minimum mlock() limit */
 #define MSTRO_MIN_MEMLOCK (4*sizeof(g_component_descriptor))