Skip to content
Snippets Groups Projects
Commit 226835ac authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo.

Rev: src/modules/files/efuns.c:1.43
parent 090b8a88
No related branches found
No related tags found
No related merge requests found
...@@ -216,7 +216,7 @@ void f_filesystem_stat(INT32 args) ...@@ -216,7 +216,7 @@ void f_filesystem_stat(INT32 args)
push_text(st.f_basetype); push_text(st.f_basetype);
f_aggregate_mapping(9*2); f_aggregate_mapping(9*2);
#else /* !HAVE_STATVFS_ST_BASETYPE */ #else /* !HAVE_STATVFS_ST_BASETYPE */
f_aggregete_mapping(8*2); f_aggregate_mapping(8*2);
#endif /* HAVE_STATVFS_ST_BASETYPE */ #endif /* HAVE_STATVFS_ST_BASETYPE */
#else /* !HAVE_STATVFS */ #else /* !HAVE_STATVFS */
#ifdef HAVE_STATFS #ifdef HAVE_STATFS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment