diff options
Diffstat (limited to 'include/site.h')
-rw-r--r-- | include/site.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/site.h b/include/site.h index 0f45667..3980ea0 100644 --- a/include/site.h +++ b/include/site.h @@ -22,7 +22,7 @@ struct site { char *root_dir; char *output_dir; char *content_dir; - /* + /* * Indicates how many characters after the full root dir path of the input * directory the relative path of the albums + the content dir start. See * site_init() |