From 211c0bcefb4fc9b80562f1fe49915f72fdf76d6e Mon Sep 17 00:00:00 2001 From: Marenz Date: Mon, 9 May 2011 01:53:30 +0200 Subject: [PATCH] fixed a typo --- include/psyc/parser.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/psyc/parser.h b/include/psyc/parser.h index bd89299..03a624b 100644 --- a/include/psyc/parser.h +++ b/include/psyc/parser.h @@ -79,7 +79,7 @@ * name.length, name.ptr, // name of the method * value.length, value.ptr); // valeu of the body * break; - * case PSYC_PARSER_COMPLETE: // parsing of this packet is complete + * case PSYC_PARSE_COMPLETE: // parsing of this packet is complete * // You can simply continue parsing till you get the * // PSYC_PARSE_INSUFFICIENT code which means teh packet is incomplete. * continue; @@ -97,7 +97,8 @@ * codes in psycParseRC and their explainations. @see psycParseRC */ -/** @{ */ // end of parser group +/** @{ */ // begin of parser group + #ifndef PSYC_PARSER_H # define PSYC_PARSER_H