Update copyright dates
[src/app-framework-binder.git] / src / globset.h
index 40ed2fa..843c386 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 "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");
@@ -26,7 +26,7 @@ struct globset_handler
        void *closure;
 
        /* the pattern */
-       char pattern[1];
+       char pattern[];
 };
 
 struct globset;