diff options
Diffstat (limited to '')
-rw-r--r-- | dirmngr/ks-engine-http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ks-engine-http.c b/dirmngr/ks-engine-http.c index 4c4ab1eb8..858c943ea 100644 --- a/dirmngr/ks-engine-http.c +++ b/dirmngr/ks-engine-http.c @@ -35,7 +35,7 @@ gpg_error_t ks_http_help (ctrl_t ctrl, parsed_uri_t uri) { - const char const data[] = + const char data[] = "Handler for HTTP URLs:\n" " http://\n" #if HTTP_USE_GNUTLS || HTTP_USE_NTBTLS |