aboutsummaryrefslogtreecommitdiff
path: root/include/site.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/site.h')
-rw-r--r--include/site.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/site.h b/include/site.h
index db82517..e054730 100644
--- a/include/site.h
+++ b/include/site.h
@@ -31,7 +31,7 @@ struct site {
size_t rel_content_dir;
struct bstree *albums;
/* Files/dirs that belong to albums and which shouldn't be deleted */
- struct hashmap *album_dirs;
+ struct hmap *album_dirs;
struct render render;
bool dry_run;
size_t albums_updated;