Skip to content

Commit

Permalink
Cannot use namespace as argument name.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Jul 14, 2020
1 parent 6317019 commit cd485f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw/include/rmw/rmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ rmw_get_serialization_format(void);
/**
* This function can fail, and therefore return `NULL`, if:
* - name is not a valid non-null node name
* - namespace is not a valid non-null namespace
* - namespace_ is not a valid non-null namespace
* - context is not valid i.e. it is zero-initialized, or
* its implementation identifier does not match that of
* this API implementation, or has been invalidated by
Expand Down

0 comments on commit cd485f4

Please sign in to comment.