diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-10-05 16:48:06 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-10-05 16:48:06 +0000 |
commit | e5d388280a40f7387907158698a63a3f795deb2d (patch) | |
tree | 1072cbaabb81b6d8da00de6a1ca931859f398e18 | |
parent | 42a3aaecd0d992490edbb9bd10d6164eef78c4cf (diff) |
fixed typo: it's really "nunchuk" and not "nunchuck"
svn path=/trunk/externals/hardware/wiimote/; revision=12530
-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) |