summaryrefslogtreecommitdiff
path: root/hw/bt/hid.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bt/hid.c')
-rw-r--r--hw/bt/hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bt/hid.c b/hw/bt/hid.c
index f6affbbb44..09d17322e4 100644
--- a/hw/bt/hid.c
+++ b/hw/bt/hid.c
@@ -420,7 +420,7 @@ static void bt_hid_interrupt_sdu(void *opaque, const uint8_t *data, int len)
return;
bad:
fprintf(stderr, "%s: bad transaction on Interrupt channel.\n",
- __FUNCTION__);
+ __func__);
}
/* "Virtual cable" plug/unplug event. */