mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
st/steamvr: can not -> cannot
This commit is contained in:
parent
eac703a106
commit
58e4cb6e15
|
@ -32,7 +32,7 @@ ovrd_log_init(vr::IVRDriverLog *pDriverLog)
|
|||
s_pLogFile = vr::VRDriverLog();
|
||||
}
|
||||
|
||||
// Can not use the XRT_PRINTF_FORMAT macro on a function definition.
|
||||
// Cannot use the XRT_PRINTF_FORMAT macro on a function definition.
|
||||
static inline void
|
||||
ovrd_log(const char *fmt, ...) XRT_PRINTF_FORMAT(1, 2);
|
||||
|
||||
|
|
Loading…
Reference in a new issue