From 7287048f684a10d7cc0b47454eaeced4845a4cae Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 3 Jul 2016 15:42:49 +0000 Subject: status msg --- src/capi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/capi.c') 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; } -- cgit v1.2.3