X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/a3a30e5e1e141fa5e7a33b61f596998db0ea338b..4da22b509af90f905ad13be0b846e41a8d89e3c2:/emufs/tipo1_main.c diff --git a/emufs/tipo1_main.c b/emufs/tipo1_main.c index 15ac482..ebeb376 100644 --- a/emufs/tipo1_main.c +++ b/emufs/tipo1_main.c @@ -35,6 +35,7 @@ #include "emufs.h" int main(int argc, char* argv[]) { +#ifdef LA_PALOMA_MENSAJERA EMUFS* efs; char reg1[] = "Hola mundo"; char reg2[] = "AdiĆ³s mundo cruel"; @@ -191,6 +192,6 @@ int main(int argc, char* argv[]) { out: emufs_destruir(efs); - return err; - +#endif + return 0; /*err;*/ }