Small formatting fix.

SVN revision: 48929
devs/princeamd/enlightenment-0.17-elive
Christopher Michael 13 years ago
parent d823aba015
commit 3c8d951719
  1. 2
      src/bin/e_int_config_modules.c

@ -225,7 +225,7 @@ _module_end_state_apply(CFModule *cfm)
static CFType *
_cftype_new(const char *key, const char *name, const char *icon)
{
CFType * cft = E_NEW(CFType, 1);
CFType *cft = E_NEW(CFType, 1);
if (!cft) return NULL;
cft->key = eina_stringshare_add(key);

Loading…
Cancel
Save