author | Alberto Bertogli
<albertito@gmail.com> 2008-06-05 23:53:35 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2008-06-05 23:53:52 UTC |
parent | 158e4a9dd27a733c3a33ccd2db352a9729403ae7 |
tests/c/timer.h | +1 | -1 |
diff --git a/tests/c/timer.h b/tests/c/timer.h index a0a8191..23328d5 100644 --- a/tests/c/timer.h +++ b/tests/c/timer.h @@ -10,7 +10,7 @@ * ... [code] ... * elapsed = timer_stop(); * ... - * printf("Time elapsed: %ul", elapsed); + * printf("Time elapsed: %lu", elapsed); * * Nested timers are not supported. The result is in usecs. *