changeset 22639:8177901b437a

(Fcall_process) [! subprocesses]: Balance parentheses in an if clause.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 29 Jun 1998 13:32:48 +0000
parents 704aa3875781
children 929ad308aba6
files src/callproc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/callproc.c	Mon Jun 29 09:51:39 1998 +0000
+++ b/src/callproc.c	Mon Jun 29 13:32:48 1998 +0000
@@ -228,7 +228,7 @@
 #ifndef subprocesses
   /* Without asynchronous processes we cannot have BUFFER == 0.  */
   if (nargs >= 3 
-      && (INTEGERP (CONSP (args[2]) ? XCAR (args[2]) : args[2])
+      && (INTEGERP (CONSP (args[2]) ? XCAR (args[2]) : args[2])))
     error ("Operating system cannot handle asynchronous subprocesses");
 #endif /* subprocesses */