diff options
-rw-r--r-- | wiimote.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -616,7 +616,7 @@ static void wiimote_reportIR(t_wiimote *x, t_floatarg f) static void wiimote_reportNunchuk(t_wiimote *x, t_floatarg f) { - wiimote_report(x, gensym("nunchuck"), f); + wiimote_report(x, gensym("nunchuk"), f); } static void wiimote_reportMotionplus(t_wiimote *x, t_floatarg f) |