diff options
Diffstat (limited to 'utils/cec-follower/cec-follower.cpp')
-rw-r--r-- | utils/cec-follower/cec-follower.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cec-follower/cec-follower.cpp b/utils/cec-follower/cec-follower.cpp index 9acdb305..673c6e31 100644 --- a/utils/cec-follower/cec-follower.cpp +++ b/utils/cec-follower/cec-follower.cpp @@ -277,7 +277,7 @@ int cec_named_ioctl(int fd, const char *name, name, retval, strerror(e)); if (!retval) { - const struct cec_msg *msg = static_cast<const struct cec_msg *>(parm); + const auto msg = static_cast<const struct cec_msg *>(parm); /* Update the timestamp whenever we successfully transmit to an LA, or whenever we receive something from the LA */ |