We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e185d65 commit 3b9ea0fCopy full SHA for 3b9ea0f
rmw/src/names_and_types.c
@@ -73,7 +73,7 @@ rmw_names_and_types_init(
73
if (!names_and_types->types) {
74
rcutils_ret = rcutils_string_array_fini(&names_and_types->names);
75
if (rcutils_ret != RCUTILS_RET_OK) {
76
- RCUTILS_LOG_ERROR("error while reporting error: %s", rcutils_get_error_string_safe())
+ RCUTILS_LOG_ERROR("error while reporting error: %s", rcutils_get_error_string_safe());
77
}
78
RMW_SET_ERROR_MSG_ALLOC("failed to allocate memory for types", *allocator)
79
return RMW_RET_BAD_ALLOC;
0 commit comments