diff options
| author | Richard M. Stallman | 1994-09-25 00:48:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-25 00:48:04 +0000 |
| commit | 061ea326320f83c774a307427bfd32a0d689e8a9 (patch) | |
| tree | 798ddab38d234aad9da31fda50c43315ae85e574 /src | |
| parent | 8334eb211b99a15d491404bfca1cff991a7494ed (diff) | |
| download | emacs-061ea326320f83c774a307427bfd32a0d689e8a9.tar.gz emacs-061ea326320f83c774a307427bfd32a0d689e8a9.zip | |
(set_file_times): Fix typo in previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
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 | ||
| 3356 | int | 3356 | int |
| 3357 | set_file_times (path, atime, mtime) | 3357 | set_file_times (filename, atime, mtime) |
| 3358 | char *filename; | 3358 | char *filename; |
| 3359 | EMACS_TIME atime, mtime; | 3359 | EMACS_TIME atime, mtime; |
| 3360 | { | 3360 | { |