aboutsummaryrefslogtreecommitdiff
path: root/include/components.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/components.h')
-rw-r--r--include/components.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/components.h b/include/components.h
index 88023cb..293ff17 100644
--- a/include/components.h
+++ b/include/components.h
@@ -45,7 +45,7 @@ struct image {
struct roscha_object *map;
/* hashmap with values to be passed to the thumbs vector */
struct roscha_object *thumb;
- /*
+ /*
* Whether this image was modified since the last time the gallery was
* generated.
*/
@@ -100,7 +100,7 @@ int image_cmp(const void *a, const void *b);
void image_destroy(struct image *);
struct album *album_new(struct album_config *, struct site *,
- const char *src, const char *rsrc, const struct stat *);
+ const char *src, const char *rsrc, const struct stat *);
int album_cmp(const void *a, const void *b);