cwIo.cpp : Minor comment change.

This commit is contained in:
kevin 2022-05-06 16:05:04 -04:00
parent 634c3618fd
commit 1a186ebbad

View File

@ -1553,7 +1553,7 @@ namespace cw
// UI // UI
// //
// This function is called by the websocket with messages comring from a remote UI. // This function is called by the websocket with messages coming from a remote UI.
rc_t _uiCallback( void* cbArg, unsigned wsSessId, ui::opId_t opId, unsigned parentAppId, unsigned uuId, unsigned appId, unsigned chanId, const ui::value_t* v ) rc_t _uiCallback( void* cbArg, unsigned wsSessId, ui::opId_t opId, unsigned parentAppId, unsigned uuId, unsigned appId, unsigned chanId, const ui::value_t* v )
{ {
io_t* p = (io_t*)cbArg; io_t* p = (io_t*)cbArg;