X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/85260e82dfbd2205f0e9e2d62bbd48db79149e99..294c557b0881b55093c4b89c475d38b77e3db9cb:/tipo3/main.c diff --git a/tipo3/main.c b/tipo3/main.c index 8861a4d..2ef85af 100644 --- a/tipo3/main.c +++ b/tipo3/main.c @@ -47,7 +47,7 @@ int main() printf("Ok\n"); printf("Recuperado : %s\n", b); - emufs_destruir(fp); ver_archivo_FS(fp); + emufs_destruir(fp); return 0; }