X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fglobset.h;h=843c386ce7527cea52b9e8513211df2439173d83;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=58cbd3de6d47ca0092adb1fd73b6f6d3fb198f8c;hpb=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3;p=src%2Fapp-framework-binder.git diff --git a/src/globset.h b/src/globset.h index 58cbd3de..843c386c 100644 --- a/src/globset.h +++ b/src/globset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018, 2019 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author: José Bollo * * 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;