diff --git a/util/ack/run.c b/util/ack/run.c index 099cb18eb..209e1ea08 100644 --- a/util/ack/run.c +++ b/util/ack/run.c @@ -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 ; }