Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 01:30:51 +0000 (01:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 01:30:51 +0000 (01:30 +0000)
v7/src/microcode/pros2fs.c

index 9fe68af8ea07335afb2790ae9b5653cb0a8e3b74..ff0e918b3179037b8cc0fbe60c560a887af96dbd 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: pros2fs.c,v 1.10 1995/10/28 01:09:58 cph Exp $
+$Id: pros2fs.c,v 1.11 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);
 }