Test last minute changes, as gcc isn't too smart.

Reported by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
This commit is contained in:
Pawel Jakub Dawidek 2005-08-24 19:42:40 +00:00
parent dfe47d36df
commit a9ed1f7ffc

@ -256,7 +256,7 @@ usage(void)
int int
main(int argc, char * argv[]) main(int argc, char * argv[])
{ {
struct pidfh *pfh; struct pidfh *pfh = NULL;
const char *pidfile = NULL; const char *pidfile = NULL;
long idle, total; long idle, total;
int curfreq, *freqs, i, *mwatts, numfreqs; int curfreq, *freqs, i, *mwatts, numfreqs;