pepper-keyrouter: fix a coverity issue 34/213334/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.021304 accepted/tizen/5.5/unified/mobile/hotfix/20201027.080649 accepted/tizen/unified/20190905.060551 submit/tizen/20190904.101310 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 tizen_5.5.m2_release
authorjeon <jhyuni.kang@samsung.com>
Wed, 4 Sep 2019 08:34:32 +0000 (17:34 +0900)
committerjeon <jhyuni.kang@samsung.com>
Wed, 4 Sep 2019 08:34:34 +0000 (17:34 +0900)
commitbb7ef48977ff53434aeb31b9a547678258133799
tree430e27f94c77c46edf7182fd70002e4c55c87a83
parent5623dd1bc3f16ed7781f64a851e466b1c2f4418d
pepper-keyrouter: fix a coverity issue

  - PEPPER_CHECK is definition to check invalid values
    using do-while, so continue command is not work
    intentionally.
  - so change to check value condition if instead
    PEPPER_CHECK(do-while)

Change-Id: I2ca32e30b53e8ae2f23114233855ad3224d7895a
src/lib/keyrouter/pepper-keyrouter.c