1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix broken reference to boolean in villas-graph

Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
Philipp Jungkamp 2023-06-14 15:34:42 +02:00
parent 339205f221
commit 1f96602076

View file

@ -21,7 +21,7 @@ struct GVC_s {
GVCOMMON_t common;
char *config_path;
boolean config_found;
bool config_found;
/* gvParseArgs */
char **input_filenames;