Update copyright dates
[src/app-framework-binder.git] / bindings / samples / tic-tac-toe.c
index f8bf621..82e8687 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -470,7 +470,7 @@ static void join(afb_req_t req)
 
        /* none is a special id for joining a new session */
        if (strcmp(id, "none") == 0) {
-               new_board = get_new_board(req);
+               new_board = get_new_board();
                goto setctx;
        }