X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fglobset.h;h=843c386ce7527cea52b9e8513211df2439173d83;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=40ed2fad61497a6d7113e872171c2bce17a218c1;hpb=bc247d4c9e16e548c84466d8975529568e7c395d;p=src%2Fapp-framework-binder.git diff --git a/src/globset.h b/src/globset.h index 40ed2fad..843c386c 100644 --- a/src/globset.h +++ b/src/globset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "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;