cFE icon indicating copy to clipboard operation
cFE copied to clipboard

Fix #2317, Correct unbalanced brackets in `CFE_MSG_CMD_HDR_INIT` macro

Open thnkslprpt opened this issue 2 years ago • 1 comments

Checklist

Describe the contribution

  • Fixes #2317
    • unbalanced brackets/parentheses corrected

Testing performed GitHub CI actions all passing successfully.

Expected behavior changes Balanced brackets - could avoid future compiler warnings/errors or code bugs if not picked up by the compiler.

Contributor Info Avi Weiss @thnkslprpt

thnkslprpt avatar May 02 '23 01:05 thnkslprpt

Ouch. Slightly related:

  • #1810

Recommend adding tests that use this in CI.

skliper avatar May 02 '23 13:05 skliper