projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7264850
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 28 Oct 1995 01:30:51 +0000
(
01:30
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 28 Oct 1995 01:30:51 +0000
(
01:30
+0000)
v7/src/microcode/pros2fs.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/pros2fs.c
b/v7/src/microcode/pros2fs.c
index 9fe68af8ea07335afb2790ae9b5653cb0a8e3b74..ff0e918b3179037b8cc0fbe60c560a887af96dbd 100644
(file)
--- a/
v7/src/microcode/pros2fs.c
+++ b/
v7/src/microcode/pros2fs.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: pros2fs.c,v 1.1
0 1995/10/28 01:09:58
cph Exp $
+$Id: pros2fs.c,v 1.1
1 1995/10/28 01:30:51
cph Exp $
Copyright (c) 1994-95 Massachusetts Institute of Technology
@@
-433,7
+433,7
@@
DEFINE_PRIMITIVE ("OS2-COPY-FILE", Prim_OS2_copy_file, 2, 2, 0)
(info -> attrFile) &=~ FILE_READONLY;
OS2_write_file_status (to, info);
}
- STD_API_CALL (dos_copy,
from, to, DCPY_EXISTING
);
+ STD_API_CALL (dos_copy,
(from, to, DCPY_EXISTING)
);
}
PRIMITIVE_RETURN (UNSPECIFIC);
}