config: s/;;/;/

This commit is contained in:
Boris Faure 2019-01-02 23:45:49 +01:00
parent 0ca634cd69
commit 99da684d81
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ config_new(void)
config->font.name = eina_stringshare_add("nexus.pcf");
config->font.size = 10;
config->font.bolditalic = EINA_TRUE;
config->helper.email = eina_stringshare_add("xdg-email");;
config->helper.email = eina_stringshare_add("xdg-email");
config->helper.url.general = eina_stringshare_add("xdg-open");
config->helper.url.video = eina_stringshare_add("xdg-open");
config->helper.url.image = eina_stringshare_add("xdg-open");