X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/1a91316f990d419553dcad3b40074f6484d28b28..9becab83c083dd57876b1d29ec4bc73cbda912ac:/emufs/tipo3.c diff --git a/emufs/tipo3.c b/emufs/tipo3.c index 60a7139..049c63d 100644 --- a/emufs/tipo3.c +++ b/emufs/tipo3.c @@ -484,10 +484,10 @@ void emufs_tipo3_compactar(EMUFS *emu) EMUFS_REG_ID *tmp, max_id; EMUFS_BLOCK_ID block_id; EMUFS_REG_SIZE size; - EMUFS_Estadisticas s; + EMUFS_FREE fs; char name[255]; char *reg; - int err=0, ID_aux, i,fs; + int err=0, ID_aux, i; strcpy(name, emu->nombre); strcat(name, ".dat");