]> git.llucax.com Git - z.facultad/75.06/emufs.git/commitdiff
por no compilar antes de commitear
authorNicolás Dimov <ndimov@gmail.com>
Sun, 30 May 2004 22:48:27 +0000 (22:48 +0000)
committerNicolás Dimov <ndimov@gmail.com>
Sun, 30 May 2004 22:48:27 +0000 (22:48 +0000)
emufs/tipo1.c

index 313cf5c78b6cf439e694062b31d04d8d2dc3000b..153923c62a65f7d7d8d7ddf4799fb4f4eedb8c3f 100644 (file)
@@ -122,7 +122,7 @@ int emufs_tipo4_inicializar(EMUFS* efs)
        efs->leer_estadisticas = emufs_tipo1_leer_estadisticas;
        efs->compactar         = emufs_tipo1_compactar;
        efs->modificar_registro= emufs_tipo1_modificar_registro_plus;
-       efs->obtener_claver_raw= emufs_tipo1_obtener_claves_raw;
+       efs->obtener_claves_raw= emufs_tipo1_obtener_claves_raw;
        efs->tam_reg = 0;
        return EMUFS_OK;
 }