Remove double const in urlstring struct

This commit is contained in:
Panu Matilainen 2010-09-22 09:19:07 +03:00
parent 5d5cb6dce7
commit 79301695ce
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
/**
*/
static struct urlstring {
const char const * leadin;
const char * leadin;
urltype ret;
} const urlstrings[] = {
{ "file://", URL_IS_PATH },