efl/evas: Remove stray ; from evas_gl_core.

SVN revision: 83830
This commit is contained in:
Stefan Schmidt 2013-02-11 15:03:56 +00:00
parent 446687d63d
commit a9b1e78916
1 changed files with 1 additions and 1 deletions

View File

@ -1765,7 +1765,7 @@ evgl_make_current(EVGL_Engine *ee, EVGL_Surface *sfc, EVGL_Context *ctx)
{
ERR("Unable to destroy surface buffers!");
return 0;
};
}
sfc->buffers_allocated = 0;
}
}