Index: src/conf.h =================================================================== --- src/conf.h (revision 2405) +++ src/conf.h (revision 2406) @@ -138,7 +138,7 @@ CFR_binary, /* the in-memory binary representation */ CFR_max_alloc, /* all the above should have a root */ - CFR_invalid, + CFR_invalid } conf_role_t; void conf_init(void); Index: src/find.h =================================================================== --- src/find.h (revision 2405) +++ src/find.h (revision 2406) @@ -39,7 +39,7 @@ FCT_INTERNAL = 2, /* element-internal connection */ FCT_RAT = 4, /* connected by a rat line */ FCT_ELEMENT = 8, /* pin/pad is part of an element whose pins/pads are being listed */ - FCT_START = 16, /* starting object of a query */ + FCT_START = 16 /* starting object of a query */ } found_conn_type_t; typedef void (*find_callback_t) (int current_type, void *current_ptr, int from_type, void *from_ptr, Index: src/global_objs.h =================================================================== --- src/global_objs.h (revision 2405) +++ src/global_objs.h (revision 2406) @@ -74,7 +74,7 @@ ANYLINEFIELDS; char *Number; gdl_elem_t link; /* a line is in a list: either on a layer or in an element */ -} LineType, *LineTypePtr;; +} LineType, *LineTypePtr; typedef struct text_st { ANYOBJECTFIELDS;