diff options
Diffstat (limited to 'src/LYHistory.c')
-rw-r--r-- | src/LYHistory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYHistory.c b/src/LYHistory.c index b012e230..554cc786 100644 --- a/src/LYHistory.c +++ b/src/LYHistory.c @@ -292,7 +292,7 @@ PRIVATE void clean_extra NOARGS /* What is the relationship to are_different() from the mainloop?! */ PRIVATE int are_identical ARGS2( - histstruct *, doc, + HistInfo *, doc, document *, doc1) { return ( STREQ(doc1->address, doc->address) |