Update copyright date
[src/app-framework-binder.git] / include / afb / afb-req-x2.h
index bd4bc76..9695ef6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+ * Copyright (C) 2016-2019 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -642,7 +642,7 @@ void afb_req_x2_verbose(
 {
        va_list args;
        va_start(args, fmt);
-       afb_req_x2_verbose(req, level, file, line, func, fmt, args);
+       afb_req_x2_vverbose(req, level, file, line, func, fmt, args);
        va_end(args);
 }