Skip to content

Commit ca4d3de

Browse files
committed
CMsg: add missing return value to add_msg
1 parent 8a5ce24 commit ca4d3de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/ESPhost/src/CMsg.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ bool CMsg::add_msg(CMsg &msg) {
500500
return false;
501501
}
502502
}
503+
return true;
503504
}
504505

505506
/* -------------------------------------------------------------------------- */

0 commit comments

Comments
 (0)