commit ac2f5664355ab4cb1705e3921bff44118745374a
parent bf128ece01e0a8d36de64998405bbaafd4dc2e4e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 3 May 2024 11:45:17 +0200
Correction of header file when included in C++ files
END_DECLS directive used incorrectly 2 times
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scad.h b/src/scad.h
@@ -584,7 +584,6 @@ scad_get_dimtag_refcount
SCAD_API res_T
scad_dump_geometry
(const struct scad_geometry* geom);
-END_DECLS
/* Dump all the geometries with address/name, ref count and tags.
* To use it from gdb:
@@ -593,6 +592,7 @@ END_DECLS
SCAD_API void
scad_dump_geometries
(void);
+
END_DECLS
#endif /* SCAD_H */