diff options
author | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2022-01-16 08:50:03 +0100 |
---|---|---|
committer | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2022-01-17 13:02:16 +0100 |
commit | 714ad7e26b9860360fb8098613f8b4887d851e12 (patch) | |
tree | d220b40ec092a10ad59e53e0f56465238a56d473 /app/utils.h | |
parent | c6cf852237dc70ab52c8059a5876c0f966be8442 (diff) |
Fix code review comments from https://gerrit.automotivelinux.org/gerrit/c/apps/camera-gstreamer/+/26934.marlin_12.92.0marlin/12.92.012.92.0
Bug-AGL: SPEC-4148
Change-Id: I18b3029eb91d4c693f1848c0e7eeedcdaae14e7f
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'app/utils.h')
-rw-r--r-- | app/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils.h b/app/utils.h index 8d6f0fd..0e77531 100644 --- a/app/utils.h +++ b/app/utils.h @@ -9,7 +9,7 @@ int os_create_anonymous_file(off_t size); const char* -get_camera_device(void); +get_first_camera_device(void); #ifdef __cplusplus } |