From: Robert Spalek Date: Fri, 28 Mar 2003 12:50:19 +0000 (+0000) Subject: documentation fixed X-Git-Tag: holmes-import~1262 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6aa88fed14f449b9752da6d87e5df5405f7905d2;p=libucw.git documentation fixed --- diff --git a/lib/profile.h b/lib/profile.h index 1d382519..3fe2b975 100644 --- a/lib/profile.h +++ b/lib/profile.h @@ -17,7 +17,7 @@ * prof_start(&cnt); * ... * prof_stop(&cnt); - * printf("%s\n", PROF_STRING(&cnt)); + * printf("%s\n", PROF_STR(cnt)); */ /* PROFILE_TOD: gettimeofday() profiler */