aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2016-07-03 15:42:49 +0000
committercorvid <devnull@localhost>2016-07-03 15:42:49 +0000
commit7287048f684a10d7cc0b47454eaeced4845a4cae (patch)
tree738a477809f5429262bd6af154117d1cb1f7586f /src
parentbf5a7783f4a1925c114aad7a89d8f09b600aabe8 (diff)
status msg
Diffstat (limited to 'src')
-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;
}