aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-25 00:48:04 +0000
committerRichard M. Stallman1994-09-25 00:48:04 +0000
commit061ea326320f83c774a307427bfd32a0d689e8a9 (patch)
tree798ddab38d234aad9da31fda50c43315ae85e574 /src
parent8334eb211b99a15d491404bfca1cff991a7494ed (diff)
downloademacs-061ea326320f83c774a307427bfd32a0d689e8a9.tar.gz
emacs-061ea326320f83c774a307427bfd32a0d689e8a9.zip
(set_file_times): Fix typo in previous change.
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{