From: Russ Cox Date: Fri, 26 Sep 2008 00:07:24 +0000 (-0700) Subject: prototype nit X-Git-Tag: weekly.2009-11-06~3118 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d4edee3dd0c562c22a8966f2dfad01e2eafa5d5d;p=gostls13.git prototype nit R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=15906 CL=15909 --- diff --git a/src/cmd/prof/main.c b/src/cmd/prof/main.c index a268edc65e..c90bf85aed 100644 --- a/src/cmd/prof/main.c +++ b/src/cmd/prof/main.c @@ -31,7 +31,7 @@ int registers; // print registers int stacks; // print stack traces void -Usage() +Usage(void) { fprint(2, "Usage: prof -p pid [-t total_secs] [-d delta_msec] [6.out]\n"); fprint(2, "\tformats (default -h):\n");