Skip to content

Commit 8c8dcf5

Browse files
committed
Uncrus
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 3304d62 commit 8c8dcf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rmw_microxrcedds_c/src/callbacks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void on_topic(
8181
UXR_UNLOCK(&static_buffer_memory.mutex);
8282
if (NULL != memory_error_callback) {
8383
memory_error_callback(
84-
"Not available static_buffer_memory for subscription", ub,length);
84+
"Not available static_buffer_memory for subscription", ub, length);
8585
}
8686
return;
8787
}

0 commit comments

Comments
 (0)