Fix coding style problems in bounding-box.c
This commit is contained in:
parent
6d31193123
commit
529b49ee2e
@ -151,7 +151,7 @@ void bounding_box_calculate_path_box(GList *vertices, double thickness,
|
||||
GList *vertex_iterator;
|
||||
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)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user