Skip to content
Snippets Groups Projects
Commit c5978128 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

corrected printout

parent 0c86cb8d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#include <stdio.h>
static void handle_test_twoLines(test_twoLines *v,void *context) {
printf("Got theTwoInts. (%d,%d) -> (%d,%d), (%d,%d) -> (%d,%d)\n", v->l1.start.x.val, v->l1.start.y.val,
printf("Got twoLines. (%d,%d) -> (%d,%d), (%d,%d) -> (%d,%d)\n", v->l1.start.x.val, v->l1.start.y.val,
v->l1.end.x.val, v->l1.end.y.val,
v->l2.start.x.val, v->l2.start.y.val,
v->l2.end.x.val, v->l2.end.y.val);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment