Skip to content

Commit 3b9ea0f

Browse files
authored
Add semicolons to RCLCPP and RCUTILS macros. (#150)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent e185d65 commit 3b9ea0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmw/src/names_and_types.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ rmw_names_and_types_init(
7373
if (!names_and_types->types) {
7474
rcutils_ret = rcutils_string_array_fini(&names_and_types->names);
7575
if (rcutils_ret != RCUTILS_RET_OK) {
76-
RCUTILS_LOG_ERROR("error while reporting error: %s", rcutils_get_error_string_safe())
76+
RCUTILS_LOG_ERROR("error while reporting error: %s", rcutils_get_error_string_safe());
7777
}
7878
RMW_SET_ERROR_MSG_ALLOC("failed to allocate memory for types", *allocator)
7979
return RMW_RET_BAD_ALLOC;

0 commit comments

Comments
 (0)