Skip to content

Commit

Permalink
fix 'ok' -> 'OK' for DDS reply status
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Apr 3, 2024
1 parent 20b2250 commit e4bbf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/realdds/src/topics/dds-topic-names.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ namespace reply {
std::string const explanation( "explanation", 11 );
}
namespace status {
std::string const ok( "ok", 2 );
std::string const ok( "OK", 2 );
}
namespace set_option {
//using control::set_option::id;
Expand Down

0 comments on commit e4bbf09

Please sign in to comment.