diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-04-07 21:41:00 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-04-07 21:41:00 +0200 |
commit | ce7b0d0a381016057cedb99f1e33293c9f65b562 (patch) | |
tree | 98dfcfc7828c4a593102aa44dcb2ff240069c23e | |
parent | 911df9d068b3e259dcab970ded4132a7397f565f (diff) |
typo
Change-Id: I95bb55bcbd55b034bf6d24116334a61ab262fac5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/afb-websock.c | 4 | ||||
-rw-r--r-- | src/afb-ws.c | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/afb-websock.c b/src/afb-websock.c index 1f800717..885b986a 100644 --- a/src/afb-websock.c +++ b/src/afb-websock.c @@ -2,8 +2,6 @@ * Copyright 2016 IoT.bzh * Author: José Bollo <jose.bollo@iot.bzh> * - * Inspired by the work of - * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -171,7 +169,7 @@ static struct websock_itf aws_itf = { .on_text = (void*)aws_on_content, .on_binary = (void*)aws_on_content, .on_continue = (void*)aws_on_content, - .on_extension = NULL, + .on_extension = NULL }; struct afb_wsreq diff --git a/src/afb-ws.c b/src/afb-ws.c index e82e96fc..49d836b2 100644 --- a/src/afb-ws.c +++ b/src/afb-ws.c @@ -2,8 +2,6 @@ * Copyright 2016 IoT.bzh * Author: José Bollo <jose.bollo@iot.bzh> * - * Inspired by the work of - * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at |