Skip to content

Commit

Permalink
use semicolons after macros (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodall <william@osrfoundation.org>
  • Loading branch information
wjwwood committed Nov 2, 2018
1 parent 8e1c669 commit c65d192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_implementation/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ get_symbol(const char * symbol_name)
RMW_SET_ERROR_MSG(msg);
allocator.deallocate(msg, allocator.state);
} else {
RMW_SET_ERROR_MSG("failed to allocate memory for error message")
RMW_SET_ERROR_MSG("failed to allocate memory for error message");
}
return nullptr;
}
Expand Down

0 comments on commit c65d192

Please sign in to comment.