From a6e273989c94cbed3d59689742a38def62bba09d Mon Sep 17 00:00:00 2001 From: Marenz Date: Mon, 9 May 2011 00:14:48 +0200 Subject: [PATCH] minor formating changes --- include/psyc/parser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/psyc/parser.h b/include/psyc/parser.h index b27912e..4206913 100644 --- a/include/psyc/parser.h +++ b/include/psyc/parser.h @@ -106,7 +106,7 @@ typedef enum PSYC_PARSE_LIST_ERROR_LEN = -4, PSYC_PARSE_LIST_ERROR_TYPE = -3, PSYC_PARSE_LIST_ERROR_NAME = -2, - PSYC_PARSE_LIST_ERROR= -1, + PSYC_PARSE_LIST_ERROR = -1, /// Completed parsing a list element. PSYC_PARSE_LIST_ELEM = 1, /// Reached end of buffer. @@ -293,8 +293,8 @@ const char * psyc_getParseRemainingBuffer (psycParseState *state) * Generalized line-based packet parser. * * @param state An initialized psycParseState - * @param operator A pointer to a character. In case of a variable, it will - * be set to the operator of that variable + * @param oper A pointer to a character. In case of a variable, it will + * be set to the operator of that variable * @param name A pointer to a psycString. It will point to the name of * the variable or method and its length will be set accordingly * @param value A pointer to a psycString. It will point to the