diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-20 23:12:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-20 23:12:06 +0200 |
commit | 6ce3f6f4be40aba73096fb8ef2d160983905b6da (patch) | |
tree | 13861a5522cfec7643399dcbbedaaae091a13315 | |
parent | 04105312e2f5b3377114b8bc0860f42fe329484e (diff) |
tracker/wii: kill trigraph warning
-rw-r--r-- | tracker-wii/wiiyourself/wiimote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-wii/wiiyourself/wiimote.cpp b/tracker-wii/wiiyourself/wiimote.cpp index 4a34aedc..01c80f37 100644 --- a/tracker-wii/wiiyourself/wiimote.cpp +++ b/tracker-wii/wiiyourself/wiimote.cpp @@ -686,7 +686,7 @@ void wiimote::SetReportType (input_report type, bool continuous) TYPE2NAME(IN_BUTTONS_ACCEL_EXT) : TYPE2NAME(IN_BUTTONS_ACCEL_IR_EXT) : TYPE2NAME(IN_BUTTONS_BALANCE_BOARD) : - _T("(unknown??)"); + _T("(unknown?)"); TRACE(_T("ReportType: %s (%s)"), name, (continuous? _T("continuous") : _T("non-continuous"))); #endif |