summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-09-14 18:01:24 +0100
committerRobin Watts <robin.watts@artifex.com>2016-09-14 19:53:35 +0100
commitd096489bffad5da0975ed7ccc915310591caae69 (patch)
tree8da9964bcdf89c2da35974b10aca41f090575530 /include
parent49ed7cd9b1f484e84e3393d7638ff5f2d140633d (diff)
downloadmupdf-d096489bffad5da0975ed7ccc915310591caae69.tar.xz
Fix typo in Memento header.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/memento.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/memento.h b/include/mupdf/memento.h
index 119ae54d..f4fae76d 100644
--- a/include/mupdf/memento.h
+++ b/include/mupdf/memento.h
@@ -220,7 +220,7 @@ void Memento_free(void *);
void *Memento_calloc(size_t, size_t);
void Memento_info(void *addr);
-void Memento_listBLockInfo(void);
+void Memento_listBlockInfo(void);
void *Memento_takeRef(void *blk);
void *Memento_dropRef(void *blk);
void *Memento_reference(void *blk);