Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jan 9, 2025
1 parent 9ab780a commit e9be638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/ti/ws.t.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ typedef struct ti_ws_s ti_ws_t;

struct ti_ws_s
{
queue_t * queue; /* ws__req_t */
queue_t * queue; /* ti_write_t */
ti_stream_t * stream;
struct lws * wsi;
size_t f; /* current frame */
Expand Down

0 comments on commit e9be638

Please sign in to comment.