summaryrefslogtreecommitdiff
path: root/camera.c
diff options
context:
space:
mode:
Diffstat (limited to 'camera.c')
-rw-r--r--camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera.c b/camera.c
index ccd4b12..0368fdf 100644
--- a/camera.c
+++ b/camera.c
@@ -12,7 +12,7 @@ le_result_t fd_openCam (int *fd) {
}
void fd_closeCam (int fd) {
- return le_tty_Close(fd);
+ le_tty_Close(fd);
}
le_result_t fd_resetCamTty (int *fd) {