summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2018-11-14 16:21:19 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2018-11-14 16:21:19 +0000
commit856ea89a230058a573b45c1f638f60f9b411eea4 (patch)
treeb138518b697f9f867f015e5981f6fb28872142ec
parentf58affc2a97ad9d2ebe6ce90b3a0f0abc3e69459 (diff)
downloadneon-856ea89a230058a573b45c1f638f60f9b411eea4.tar.gz
src/ne_uri.c: Fix comment-in-comment.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@2043 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--src/ne_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ne_uri.c b/src/ne_uri.c
index 0f1dc44..ebe1c41 100644
--- a/src/ne_uri.c
+++ b/src/ne_uri.c
@@ -66,7 +66,7 @@
* ... except "+" which is PS */
#define OT (0x4000) /* others */
-/* UNUSED (0x8000) /* only remaining bit. */
+/* UNUSED (0x8000) .. only remaining bit. */
#define URI_ALPHA (AL)
#define URI_DIGIT (DG)