Skip to content

Commit dc993c1

Browse files
author
Mikko Ala-Fossi
committed
Updated plate text
1 parent cc9ca36 commit dc993c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

no80.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define STR(s) #s
99
#define STR_EVAL(e) STR(e)
1010
#define VERSION_STR STR_EVAL(VERSION)
11-
const char *plate_text = "The resource effective redirecting http server v" VERSION_STR;
11+
const char *plate_text = "The resource effective redirecting http and https server v" VERSION_STR;
1212

1313
#define _GNU_SOURCE
1414
#include <stdio.h>

0 commit comments

Comments
 (0)