No return value.

SVN revision: 17157
This commit is contained in:
sebastid 2005-10-04 11:35:50 +00:00 committed by sebastid
parent 39998058bd
commit 22f22e79d7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ ecore_exe_tag_set(Ecore_Exe *exe, const char *tag)
{
ECORE_MAGIC_FAIL(exe, ECORE_MAGIC_EXE,
"ecore_exe_tag_set");
return NULL;
return;
}
if (exe->tag) free(exe->tag);
exe->tag = NULL;