2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / fork-child.c
index 718a3d2de2129e84b596ed292c4608efb7ba4284..4d8a857dc8c5ac0ae6e4cc4886cf1f182da7bfd1 100644 (file)
@@ -291,7 +291,7 @@ fork_inferior (char *exec_file_arg, char *allargs, char **env,
     pid = vfork ();
 
   if (pid < 0)
-    perror_with_name ("vfork");
+    perror_with_name (("vfork"));
 
   if (pid == 0)
     {
This page took 0.025871 seconds and 4 git commands to generate.