diff options
| -rw-r--r-- | camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
