diff options
author | Nick White <arch@njw.me.uk> | 2008-05-01 02:32:40 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2008-05-01 02:32:40 +0000 |
commit | 8e215729e7f45b1c9e17f8451046b7b5c04943e6 (patch) | |
tree | d50ff42f0973e1dcbf5bb2c0d3e547b8fb81cb7d /src/getht.h | |
parent | 3d021ebe4a334822cabce84410b99891f4614bdc (diff) |
Aesthetic: improved consistency of uri terminology
Switched any references to 'url' to 'uri'
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-43
Diffstat (limited to 'src/getht.h')
-rw-r--r-- | src/getht.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/getht.h b/src/getht.h index 57c2ac9..c5f0728 100644 --- a/src/getht.h +++ b/src/getht.h @@ -18,10 +18,10 @@ * */ -#define XML_TOC_URL "http://www.hinduismtoday.com/digital/htde_toc.xml" +#define XML_TOC_URI "http://www.hinduismtoday.com/digital/htde_toc.xml" /* currently unused - see 0.1 patch-30 for latest version parsing media */ -#define MEDIA_TOC_URL "http://www.hinduismtoday.com/digital/htde_media-player.rev.gz" +#define MEDIA_TOC_URI "http://www.hinduismtoday.com/digital/htde_media-player.rev.gz" #define ISS_XML_FILE "htde_toc.xml" |