Skip to content

Commit

Permalink
Fix compilation on my system (Debian Wheezy...)
Browse files Browse the repository at this point in the history
I'm not sure if it is the right fix.
  • Loading branch information
vi committed Mar 2, 2012
1 parent 3563704 commit 7bf11bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtdev2tuio.c
Expand Up @@ -143,7 +143,7 @@ static void send_tuio(struct state_t *s, struct device_t *d) {
// sent bundle
if (lo_send_bundle(s->tuioaddr, bundle) == -1)
printf("OSC error %d: %s\n", lo_address_errno(s->tuioaddr), lo_address_errstr(s->tuioaddr));
lo_bundle_free_messages(bundle) ;
lo_bundle_free(bundle) ;
}

static void process_event(struct state_t *s, struct device_t *d, const struct input_event *ev) {
Expand Down

0 comments on commit 7bf11bf

Please sign in to comment.