summaryrefslogtreecommitdiff
path: root/docs/tutorials/011/page02.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/011/page02.html')
-rw-r--r--docs/tutorials/011/page02.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tutorials/011/page02.html b/docs/tutorials/011/page02.html
index 1e31b4a4694..70da6d82bd4 100644
--- a/docs/tutorials/011/page02.html
+++ b/docs/tutorials/011/page02.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
@@ -28,7 +29,7 @@ the same as before, so I've only commented the changes.
<font color=blue>#include</font> "<font color=green>data.h</font>"
-static int
+static int
run_test (int iterations,
int threads)
@@ -91,7 +92,7 @@ run_test (int iterations,
return 0;
}
-int
+int
main (int argc, char *argv[])
{
int iterations = argc > 1 ? atoi (argv[1]) : 4;