diff options
Diffstat (limited to 'src/talker.c')
-rw-r--r-- | src/talker.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/talker.c b/src/talker.c index c481570..bfea616 100644 --- a/src/talker.c +++ b/src/talker.c @@ -26,7 +26,6 @@ void on_send(char *buf, int *bytes) *bytes = REC_CAP + 2 + image_sz; memcpy(&(buf[REC_CAP+2]), camera_get_image(&cam_handle), image_sz); - } int main(void) |