diff --git a/vger.c b/vger.c index f942c86..1d572fe 100644 --- a/vger.c +++ b/vger.c @@ -454,7 +454,7 @@ split_dir_file(char *path, char *dir, size_t dirsiz, char *file, size_t filesiz) void split_request(const char *request, char *hostname, char *path, char *query) { - size_t nmatch = SE_MAX; /* 3 "()" + 1 for whole match */ + size_t nmatch = SE_MAX; /* 3 "()" + 1 for whole match */ char buf[BUFSIZ] = {'\0'}; /* to handle error messages */ int ret = 0; regex_t greg; /* compiled gemini regex */