aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-09-25 00:48:04 +0000
committerRichard M. Stallman <[email protected]>1994-09-25 00:48:04 +0000
commit061ea326320f83c774a307427bfd32a0d689e8a9 (patch)
tree798ddab38d234aad9da31fda50c43315ae85e574 /src/sysdep.c
parent8334eb211b99a15d491404bfca1cff991a7494ed (diff)
(set_file_times): Fix typo in previous change.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index cace5fa4ac..95398fa500 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -3354,7 +3354,7 @@ readdirver (dirp)
int
-set_file_times (path, atime, mtime)
+set_file_times (filename, atime, mtime)
char *filename;
EMACS_TIME atime, mtime;
{