summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/server.h b/include/server.h
index c6f4a38..db68e33 100644
--- a/include/server.h
+++ b/include/server.h
@@ -27,7 +27,7 @@ struct gmnisrv_client {
BIO *bio, *sbio;
char buf[4096];
- static_assert(GEMINI_MAX_URL + 3 < 4096);
+ static_assert(GEMINI_MAX_URL + 3 < 4096, "GEMINI_MAX_URL is too high");
size_t bufix, bufln;
enum response_state state;