X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=5f25b9437e2f58d9b3c087a4d00f7376a8fd9cb4;hb=c9549d3519b254239eac22685ea22d81ffa00761;hp=960f6a04fc602e0b7b491c65450beb454c9f6019;hpb=dc2c98f66b29c8be6bc342cf24c9f7a9091e66ab;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 960f6a0..5f25b94 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -966,7 +966,7 @@ typedef struct libcec_configuration cec_logical_addresses wakeDevices; /*!< wake these CEC devices when initialising libCEC or when calling PowerOnDevices() without any parameter */ cec_logical_addresses powerOffDevices; /*!< power off these devices when calling StandbyDevices() without any parameter */ - uint32_t serverVersion; /*!< the version number of the server. read-only */ + uint32_t serverVersion; /*!< the version number of the server. read-only */ // player specific settings uint8_t bGetSettingsFromROM; /*!< true to get the settings from the ROM (if set, and a v2 ROM is present), false to use these settings. */