diff options
Diffstat (limited to 'src/spell.c')
-rw-r--r-- | src/spell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c index 259f6d7df..610c7b820 100644 --- a/src/spell.c +++ b/src/spell.c @@ -9037,7 +9037,7 @@ mkspell( afffile_T *(afile[8]); int i; int len; - struct stat st; + stat_T st; int error = FALSE; spellinfo_T spin; |