lib/flags: fix syntax of static initializer

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
This commit is contained in:
Philippe Gerum 2020-03-24 19:29:33 +01:00
parent 8ec81636da
commit 54c8f22839
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ struct evl_flags {
} \
}
#define EVL_FLAGS_INITIALIZER(__name) { \
#define EVL_FLAGS_INITIALIZER(__name) \
EVL_FLAGS_ANY_INITIALIZER(__name, EVL_CLOCK_MONOTONIC, 0)
#ifdef __cplusplus