X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/9e9b90c186ca2d7c0cb5fd777beba28714fbaeff..c407055e1cc6ff4c435114091c3a5430486aa659:/emufs/tipo1_test.c diff --git a/emufs/tipo1_test.c b/emufs/tipo1_test.c index bb18c19..7249e44 100644 --- a/emufs/tipo1_test.c +++ b/emufs/tipo1_test.c @@ -34,7 +34,7 @@ int main(int argc, char* argv[]) { if (efs->leer_registro(efs, 0, registro1, 4) == -1) { printf("No se pudo leer el registro 1.\n"); - return ; + return 1; } registro1[4] = '\0'; printf("Registro 1: %s\n", registro1); @@ -51,4 +51,3 @@ int main(int argc, char* argv[]) { emufs_destruir(efs); return 0; } -