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:
parent
339205f221
commit
1f96602076
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ struct GVC_s {
|
|||
GVCOMMON_t common;
|
||||
|
||||
char *config_path;
|
||||
boolean config_found;
|
||||
bool config_found;
|
||||
|
||||
/* gvParseArgs */
|
||||
char **input_filenames;
|
||||
|
|
Loading…
Add table
Reference in a new issue