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 e054730..43a20d2 100644 --- a/include/site.h +++ b/include/site.h @@ -21,7 +21,7 @@ struct site { struct site_config *config; MagickWand *wand; char *root_dir; - const char *output_dir; + char *output_dir; char *content_dir; /* * Indicates how many characters after the full root dir path of the input |