typo
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 Apr 2016 19:41:00 +0000 (21:41 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 Apr 2016 19:41:00 +0000 (21:41 +0200)
Change-Id: I95bb55bcbd55b034bf6d24116334a61ab262fac5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-websock.c
src/afb-ws.c

index 1f80071..885b986 100644 (file)
@@ -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
index e82e96f..49d836b 100644 (file)
@@ -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