Elementary elm_config.c: Removed trailing whitespaces.

SVN revision: 59370
This commit is contained in:
Daniel Juyung Seo 2011-05-13 16:55:24 +00:00
parent f1313a5458
commit fa6b6ca83b
1 changed files with 1 additions and 1 deletions

View File

@ -1438,7 +1438,7 @@ _env_get(void)
else if ((!strncmp(s, "shot:", 5)))
eina_stringshare_replace(&_elm_config->engine, s);
}
s = getenv("ELM_VSYNC");
if (s) _elm_config->vsync = !!atoi(s);