summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/capi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capi.c b/src/capi.c
index 43fd8a16..594048d1 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -458,7 +458,7 @@ int a_Capi_open_url(DilloWeb *web, CA_Callback_t Call, void *CbData)
if (!dStrAsciiCasecmp(scheme, "https")) {
if (web->flags & WEB_RootUrl)
a_UIcmd_set_msg(web->bw,
- "HTTPS was disabled at compilation time");
+ "HTTPS was disabled at compilation time.");
a_Web_free(web);
return 0;
}