From 5df2f66fae853d2f9e28cc41b0c5018b0b117807 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 3 May 2013 11:53:06 -0700 Subject: [PATCH] Remove FIXME status. --- protocols/ssh/src/terminal_handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/ssh/src/terminal_handlers.c b/protocols/ssh/src/terminal_handlers.c index f3f9cd01..f7467f66 100644 --- a/protocols/ssh/src/terminal_handlers.c +++ b/protocols/ssh/src/terminal_handlers.c @@ -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;