Another typo.
authorcedric <cedric>
Mon, 8 Sep 2008 11:17:04 +0000 (11:17 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Sep 2008 11:17:04 +0000 (11:17 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@35884 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eet_lib.c

index 60eacb8..3c6c375 100644 (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;