From 8dac3771ffc26978bec2194e1b7329d81712c834 Mon Sep 17 00:00:00 2001 From: Marenz Date: Mon, 9 May 2011 02:24:41 +0200 Subject: [PATCH] removed obsolete part --- include/psyc/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psyc/parser.h b/include/psyc/parser.h index f9fcfa2..f9d5b89 100644 --- a/include/psyc/parser.h +++ b/include/psyc/parser.h @@ -119,7 +119,7 @@ typedef enum { /// Parse only the header PSYC_PARSE_ROUTING_ONLY = 1, - /// Parse only the content. Parsing starts at the content and the content must be complete. "content" means the definition used in the packet specification. + /// Parse only the content. Parsing starts at the content and the content must be complete. PSYC_PARSE_START_AT_CONTENT = 2, } psycParseFlag;