1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

minor formating changes

This commit is contained in:
Marenz 2011-05-09 00:14:48 +02:00
parent 76f8539ade
commit a6e273989c

View file

@ -106,7 +106,7 @@ typedef enum
PSYC_PARSE_LIST_ERROR_LEN = -4, PSYC_PARSE_LIST_ERROR_LEN = -4,
PSYC_PARSE_LIST_ERROR_TYPE = -3, PSYC_PARSE_LIST_ERROR_TYPE = -3,
PSYC_PARSE_LIST_ERROR_NAME = -2, PSYC_PARSE_LIST_ERROR_NAME = -2,
PSYC_PARSE_LIST_ERROR= -1, PSYC_PARSE_LIST_ERROR = -1,
/// Completed parsing a list element. /// Completed parsing a list element.
PSYC_PARSE_LIST_ELEM = 1, PSYC_PARSE_LIST_ELEM = 1,
/// Reached end of buffer. /// Reached end of buffer.
@ -293,8 +293,8 @@ const char * psyc_getParseRemainingBuffer (psycParseState *state)
* Generalized line-based packet parser. * Generalized line-based packet parser.
* *
* @param state An initialized psycParseState * @param state An initialized psycParseState
* @param operator A pointer to a character. In case of a variable, it will * @param oper A pointer to a character. In case of a variable, it will
* be set to the operator of that variable * be set to the operator of that variable
* @param name A pointer to a psycString. It will point to the name of * @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 * the variable or method and its length will be set accordingly
* @param value A pointer to a psycString. It will point to the * @param value A pointer to a psycString. It will point to the