diff options
| -rw-r--r-- | include/input/Input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input/Input.h b/include/input/Input.h index 6f2d716cf1..2e326cb102 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -95,7 +95,7 @@ enum { AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = android::os::IInputConstants::INPUT_EVENT_FLAG_IS_ACCESSIBILITY_EVENT, // 0x800, #else - AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800; + AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800, #endif /* Motion event is inconsistent with previously sent motion events. */ |