Skip to content
Snippets Groups Projects
Commit e11c1a99 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

dddif: use `bool` for `allTypesDefined`

parent 54935c3c
No related branches found
No related tags found
1 merge request!95clean up DDD and PPIF a bit
......@@ -240,7 +240,7 @@ typedef struct
int dddObj[MAXOBJECTS];
/* status of DDDIF */
int allTypesDefined;
bool allTypesDefined;
} DDD_CTRL;
extern DDD_CTRL dddctrl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment