diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ #define OUTPUT "dist" #define BASE_TEMPLATE "base.html" -char *html_resources[] = { "index", "posts/a", NULL }; -char *md_resources[] = { "posts/b", NULL }; +static const char *html_resources[] = { "index", "posts/a", NULL }; +static const char *md_resources[] = { "posts/b", NULL }; |