From 79301695cec6a2e98b42291c39904b721020a0e5 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 22 Sep 2010 09:19:07 +0300 Subject: [PATCH] Remove double const in urlstring struct --- rpmio/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmio/url.c b/rpmio/url.c index 0577706..c609fd1 100644 --- a/rpmio/url.c +++ b/rpmio/url.c @@ -18,7 +18,7 @@ /** */ static struct urlstring { - const char const * leadin; + const char * leadin; urltype ret; } const urlstrings[] = { { "file://", URL_IS_PATH }, -- 2.7.4