mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
nvnet: Return true' instead of 1' when returning a bool
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ static void nvnet_send_packet(NvNetState *s, const uint8_t *buf, int size)
|
||||
static bool nvnet_can_receive(NetClientState *nc)
|
||||
{
|
||||
NVNET_DPRINTF("nvnet_can_receive called\n");
|
||||
return 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
static ssize_t nvnet_receive(NetClientState *nc,
|
||||
|
||||
Reference in New Issue
Block a user