aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index cace5fa4ac1..95398fa500c 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -3354,7 +3354,7 @@ readdirver (dirp)
3354 3354
3355 3355
3356int 3356int
3357set_file_times (path, atime, mtime) 3357set_file_times (filename, atime, mtime)
3358 char *filename; 3358 char *filename;
3359 EMACS_TIME atime, mtime; 3359 EMACS_TIME atime, mtime;
3360{ 3360{