Skip to content

Commit

Permalink
OPENPANDORA: The buildbot toolchain doesn't like the ending comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tramboi committed Sep 1, 2012
1 parent 60c2061 commit fdc29ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/events/openpandora/op-events.cpp
Expand Up @@ -45,7 +45,7 @@ enum {
TAPMODE_LEFT = 0,
TAPMODE_RIGHT = 1,
TAPMODE_HOVER = 2,
TAPMODE_HOVER_DPAD = 3,
TAPMODE_HOVER_DPAD = 3
};

OPEventSource::OPEventSource()
Expand Down
2 changes: 1 addition & 1 deletion backends/platform/openpandora/op-options.cpp
Expand Up @@ -34,7 +34,7 @@ enum {
TAPMODE_LEFT = 0,
TAPMODE_RIGHT = 1,
TAPMODE_HOVER = 2,
TAPMODE_HOVER_DPAD = 3,
TAPMODE_HOVER_DPAD = 3
};

int tapmodeLevel = TAPMODE_LEFT;
Expand Down

0 comments on commit fdc29ee

Please sign in to comment.