diff options
Diffstat (limited to 'src/osd/osdnet.cpp')
-rw-r--r-- | src/osd/osdnet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/osdnet.cpp b/src/osd/osdnet.cpp index b90a139731c..97b37366a4d 100644 --- a/src/osd/osdnet.cpp +++ b/src/osd/osdnet.cpp @@ -61,7 +61,7 @@ int osd_netdev::send(uint8_t *buf, int len) return 0; } -void osd_netdev::recv(void *ptr, int param) +void osd_netdev::recv(int param) { uint8_t *buf; int len; |