avoid the use of 'func_id_list_t *' to prevent potential seg faults
[c11tester.git] / common.cc
index f327d27ed9e122a68ab1c8a1a831c9f62a928ef6..904a298e9070327100e968daf55573fc25afcbf4 100644 (file)
--- a/common.cc
+++ b/common.cc
@@ -37,7 +37,7 @@ void print_trace(void)
                model_print("\t%s\n", strings[i]);
 
        free(strings);
-#endif/* CONFIG_STACKTRACE */
+#endif /* CONFIG_STACKTRACE */
 }
 
 void assert_hook(void)
@@ -170,4 +170,4 @@ void print_program_output()
 
        model_print("---- END PROGRAM OUTPUT   ----\n");
 }
-#endif/* ! CONFIG_DEBUG */
+#endif /* ! CONFIG_DEBUG */