Skip to content

Build fails due to typo in source #680

@JetA2

Description

@JetA2

Building from source fails with the following error:

build/libcec/src/libcec/../../include/cectypes.h:872:39: error: expected '}' before ';' token
  872 |   CEC_VENDOR_TEUFEL         = 0x232425;
      |                                       ^

This is due to a typo on this line:

CEC_VENDOR_TEUFEL = 0x232425;

When the semicolon is changed to a comma, the build completes without errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleAutomatically closed stale issues and pull requests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions