Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 2d5280c)
  • Loading branch information
peternewman committed Apr 21, 2024
1 parent 7207b76 commit 9a89af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ola/e133/E133StatusHelper.h
Expand Up @@ -40,7 +40,7 @@ std::string ConnectStatusCodeToString(
E133ConnectStatusCode connect_status_code);

bool IntToRPTStatusCode(uint16_t input,
ala::acn::RPTStatusVector *rpt_status_code);
ola::acn::RPTStatusVector *rpt_status_code);
std::string RPTStatusCodeToString(ola::acn::RPTStatusVector rpt_status_code);
bool RPTStatusCodeToRDMStatusCode(ola::acn::RPTStatusVector rpt_status_code,
ola::rdm::RDMStatusCode *rdm_status_code);
Expand Down

0 comments on commit 9a89af1

Please sign in to comment.