fix to Lindseys changes
authorceriel <none@none>
Tue, 20 Oct 1987 16:09:39 +0000 (16:09 +0000)
committerceriel <none@none>
Tue, 20 Oct 1987 16:09:39 +0000 (16:09 +0000)
util/ack/run.c

index 099cb18..209e1ea 100644 (file)
@@ -70,7 +70,7 @@ int runphase(phase) register trf *phase ; {
        }
        x_arg( (char *)0 ) ;
       result=run_exec(phase,prog) ;
-      throws(&prog) ;
+      throws(prog) ;
       return result ;
 }