Remove FIXME status.

This commit is contained in:
Michael Jumper 2013-05-03 11:53:06 -07:00
parent 857498fc19
commit 5df2f66fae

View File

@ -214,7 +214,7 @@ int guac_terminal_csi(guac_terminal* term, char c) {
static int argv_length = 0;
static char argv_buffer[256];
/* FIXME: "The sequence of parameters may be preceded by a single question mark. */
/* "The sequence of parameters may be preceded by a single question mark." */
if (c == '?')
return 0;