elementary: fix double assignment

Summary: local variable "bp" assigned twice unnecessarily. The duplicate assignment is removed.

Reviewers: raster, cedric, jpeg

Subscribers: jpeg, rajeshps

Differential Revision: https://phab.enlightenment.org/D5323

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Prince Kumar Dubey 2017-10-17 11:03:10 -07:00 committed by Cedric Bail
parent a5323998c7
commit 28ce98c411
1 changed files with 0 additions and 1 deletions

View File

@ -797,7 +797,6 @@ _elm_config_derived_option_apply(Elm_Config *cfg, const char *option)
char *bp = buf;
p = option;
bp = buf;
for (;;)
{
if ((*p == 0) || (*p == ' '))