summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)