summaryrefslogtreecommitdiff
path: root/src/lib/openjpip/query_parser.h
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-29 14:35:11 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-29 14:35:11 +0000
commit759be64115508e4589c098c5e777d03a1a04bb25 (patch)
tree6f55159975fc03114e6c2eecf88a641f3c0fa534 /src/lib/openjpip/query_parser.h
parentece2a2d6c231aa60409a75a2787b349d342b99eb (diff)
[trunk] Fix remainings issues with doxygen doc
Convert DOS files to UNIX eol
Diffstat (limited to 'src/lib/openjpip/query_parser.h')
-rw-r--r--src/lib/openjpip/query_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjpip/query_parser.h b/src/lib/openjpip/query_parser.h
index cea9ed23..112bc59a 100644
--- a/src/lib/openjpip/query_parser.h
+++ b/src/lib/openjpip/query_parser.h
@@ -54,7 +54,7 @@ typedef struct query_param{
bool *comps; /**< components (dynamic array) for jpp-stream, null means all components */
char *cid; /**< channel identifier */
cnew_transport_t cnew; /**< transport name if there is new channel request, else non */
- char *cclose; /**< list of closing channel identifiers, separated by '\0' */
+ char *cclose; /**< list of closing channel identifiers, separated by '\\0' */
int numOfcclose; /**< number of closing channels */
char box_type[MAX_NUMOFBOX][4]; /**< interested box-types */
int limit[MAX_NUMOFBOX]; /**< limit value, -1: skeleton request "r", 0: entire contents */