diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clog.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ int redirect(struct http_request *req) { int get_index(struct http_request *req) { int err = 0; size_t i = 0; - const char *query = NULL; + char *query = NULL; struct entry_query eq; struct kore_buf *content = NULL; |