fix a incorrect array usage 23/128923/1
authorJengHyun Kang <jhyuni.kang@samsung.com>
Fri, 12 May 2017 05:31:24 +0000 (14:31 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Fri, 12 May 2017 05:31:27 +0000 (14:31 +0900)
commit12d69346b2adf902fcf87576d7c8c98cc61b0e2e
tree1e418b67fba8903aedb6b04db0b2987367788691
parent3dff3cc5bc619184c4c571bfe768e151f16307e0
fix a incorrect array usage
 - base_point's index is same as finger index.
   but currently 0 index is used to 1st finger.
   so fixed it to 1 index is used to 1st finger.

Change-Id: I4f7f72837c07409c68b0609e59074907506739ab
src/e_mod_gesture_events.c