GUAC-1389: Fix spelling of "markers".
This commit is contained in:
parent
1726af0c97
commit
cd006a4066
@ -49,7 +49,7 @@ guac_parser* guac_parser_alloc() {
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Init parse start/end marksers */
|
/* Init parse start/end markers */
|
||||||
parser->__instructionbuf_unparsed_start = parser->__instructionbuf;
|
parser->__instructionbuf_unparsed_start = parser->__instructionbuf;
|
||||||
parser->__instructionbuf_unparsed_end = parser->__instructionbuf;
|
parser->__instructionbuf_unparsed_end = parser->__instructionbuf;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user