Skip to content

Commit de9a63c

Browse files
committed
FIX: warning: incompatible pointer types initializing
1 parent e8a0f78 commit de9a63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/host-ext-test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ RXIEXT int RX_Call(int cmd, RXIFRM *frm, void *ctx) {
377377

378378

379379
void* releaseXTestContext(void* ctx) {
380-
XTEST* data = (REBHOB*)ctx;
380+
XTEST* data = (XTEST*)ctx;
381381
printf("Relasing XTest context handle: %p\n", data);
382382
// do some final cleaning off the context's content
383383
printf("data=> id: %u num: %i\n", data->id, data->num);

0 commit comments

Comments
 (0)