]> git.eshelyaron.com Git - emacs.git/commitdiff
(set_file_times): Fix typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Sep 1994 00:48:04 +0000 (00:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Sep 1994 00:48:04 +0000 (00:48 +0000)
src/sysdep.c

index cace5fa4ac17b343e0e84ba6099483811eb07486..95398fa500c85d7c49b7a1dc2defbf79dceec86c 100644 (file)
@@ -3354,7 +3354,7 @@ readdirver (dirp)
 
 \f
 int
-set_file_times (path, atime, mtime)
+set_file_times (filename, atime, mtime)
      char *filename;
      EMACS_TIME atime, mtime;
 {