Updated VERSION to go along with the merge of pull requests 160
and 161 from Donn, and modified one of the files from PR 161 to maintain typographic consistency.
This commit is contained in:
parent
e240185298
commit
f760b038d6
|
|
@ -956,8 +956,8 @@ TxDispatch(f)
|
|||
void
|
||||
TxParseString(str, q, event)
|
||||
char *str;
|
||||
void* q; /* unused */
|
||||
void* event; /* always NULL (ignored) */
|
||||
void *q; /* unused */
|
||||
void *event; /* always NULL (ignored) */
|
||||
{
|
||||
char *reply;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue