diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:28:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:28:49 +0000 |
commit | 64fd18cbb2e8fb3ed44dd20ee3d0cced7fa1a5c2 (patch) | |
tree | 256fdc8938df0a0fa1b7f167567d0660aa9e232f /Build/source/texk/xdvik/hypertex.c | |
parent | dd3e4c3b3688ba6289553b06af392e42123eb76e (diff) |
towards TL2010: texk/xdvik
git-svn-id: svn://tug.org/texlive/trunk@15967 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/hypertex.c')
-rw-r--r-- | Build/source/texk/xdvik/hypertex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/xdvik/hypertex.c b/Build/source/texk/xdvik/hypertex.c index d164917df0c..0ccc03bb94a 100644 --- a/Build/source/texk/xdvik/hypertex.c +++ b/Build/source/texk/xdvik/hypertex.c @@ -546,7 +546,7 @@ static struct htex_anchor_stack stack = { 0, 0, NULL }; are considered remote. (i.e. not accessible via the ordinary Unix file system) */ -static char *const remote_URL_schemes[] = { +static const char *remote_URL_schemes[] = { "http:", /* Hypertext Transfer Protocol [RFC2068] */ "ftp:", /* File Transfer Protocol [RFC1738] */ "https:", /* Hypertext Transfer Protocol Secure [RFC2818] */ |