Another typo.

SVN revision: 35884
This commit is contained in:
Cedric BAIL 2008-09-08 11:17:04 +00:00
parent 114c50a297
commit bbc107fc31
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@ eet_flush2(Eet_File *ef)
case EPIPE: error = EET_ERROR_WRITE_ERROR_FILE_CLOSED; break;
default: error = EET_ERROR_WRITE_ERROR; break;
}
sign_error:
if (ef->fp) fclose(ef->fp);
ef->fp = NULL;
return error;