summaryrefslogtreecommitdiffstats
path: root/src/memline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memline.c')
-rw-r--r--src/memline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memline.c b/src/memline.c
index e1a4cb340d..7b453cd474 100644
--- a/src/memline.c
+++ b/src/memline.c
@@ -2261,7 +2261,7 @@ swapfile_info(char_u *fname)
* Return TRUE if the swap file looks OK and there are no changes, thus it can
* be safely deleted.
*/
- static time_t
+ static int
swapfile_unchanged(char_u *fname)
{
stat_T st;