summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/multi-threaded.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/multi-threaded.c b/doc/multi-threaded.c
index 70f66660..7d6c34a4 100644
--- a/doc/multi-threaded.c
+++ b/doc/multi-threaded.c
@@ -68,7 +68,6 @@ struct data {
fz_pixmap *pix;
};
-
// This is the function run by each rendering function. It takes
// pointer to an instance of the data structure described above and
// renders the display list into the pixmap before exiting.