Small formatting fix.

SVN revision: 48929
This commit is contained in:
Christopher Michael 2010-05-17 00:04:12 +00:00
parent d823aba015
commit 3c8d951719
1 changed files with 1 additions and 1 deletions

View File

@ -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);