diff options
author | corvid <devnull@localhost> | 2016-07-03 15:42:49 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2016-07-03 15:42:49 +0000 |
commit | 7287048f684a10d7cc0b47454eaeced4845a4cae (patch) | |
tree | 738a477809f5429262bd6af154117d1cb1f7586f /src | |
parent | bf5a7783f4a1925c114aad7a89d8f09b600aabe8 (diff) |
status msg
Diffstat (limited to 'src')
-rw-r--r-- | src/capi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |