Add a semicolon to RCUTILS_LOGGING_AUTOINIT. (#816)
This makes it look like a C statement. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
This commit is contained in:
parent
1f7baf2ee5
commit
90ce16dfd8
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ rcl_logging_configure_with_output_handler(
|
|||
RCL_CHECK_ARGUMENT_FOR_NULL(global_args, RCL_RET_INVALID_ARGUMENT);
|
||||
RCL_CHECK_ALLOCATOR_WITH_MSG(allocator, "invalid allocator", return RCL_RET_INVALID_ARGUMENT);
|
||||
RCL_CHECK_ARGUMENT_FOR_NULL(output_handler, RCL_RET_INVALID_ARGUMENT);
|
||||
RCUTILS_LOGGING_AUTOINIT
|
||||
RCUTILS_LOGGING_AUTOINIT;
|
||||
g_logging_allocator = *allocator;
|
||||
int default_level = global_args->impl->log_level;
|
||||
const char * config_file = global_args->impl->external_log_config_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue