From 0cc58374fb23bc4a5e45295cadf43e45260e8aa9 Mon Sep 17 00:00:00 2001 From: ymd-stella Date: Sat, 24 Jul 2021 13:44:30 +0900 Subject: [PATCH] Fix typo --- gst/thetauvc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/thetauvc.h b/gst/thetauvc.h index baac47f..dca0e0b 100644 --- a/gst/thetauvc.h +++ b/gst/thetauvc.h @@ -53,7 +53,7 @@ extern uvc_error_t thetauvc_run_streaming(uvc_device_t *, uvc_device_handle_t ** unsigned int, uvc_frame_callback_t *, void *); -#if defined(__cplsplus) +#if defined(__cplusplus) } #endif #endif