Fix coding style problems in bounding-box.c

This commit is contained in:
Mario Hüttel 2019-10-28 23:57:41 +01:00
parent 6d31193123
commit 529b49ee2e

View File

@ -151,7 +151,7 @@ void bounding_box_calculate_path_box(GList *vertices, double thickness,
GList *vertex_iterator; GList *vertex_iterator;
struct vector_2d pt; struct vector_2d pt;
printf("Warning! Function bounding_box_calculate_path_box not yet implemented correctly!\n"); printf("Warning! Function %s not yet implemented correctly!\n", __func__);
if (!vertices || !box) if (!vertices || !box)
return; return;