--- server/websocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/websocket.c b/server/websocket.c index a92e07d..de48b3b 100644 --- a/server/websocket.c +++ b/server/websocket.c @@ -56,7 +56,7 @@ static void websocket_ack_close(void *opaque, websocket_write_cb_t write_cb); -/* Perform a case insenstive search for needle in haystack. +/* Perform a case insensitive search for needle in haystack. If found, return a pointer to the byte after the end of needle. Otherwise, return NULL */ static gchar *find_str(gchar *haystack, const char *needle) -- 2.7.4 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel