Fix a bunch of embarrassing typos and syntax errors. That'll teach me to commit code I haven't compiled...
This commit is contained in:
parent
f0cfcdc90d
commit
40f6c99922
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ struct JoyReport {
|
|||
|
||||
struct Button {
|
||||
ButtonType type;
|
||||
Bounce bouncher;
|
||||
Bounce bouncer;
|
||||
};
|
||||
|
||||
bool operator ==(JoyReport a, JoyReport b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue