aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--capchild/capture_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_session.h b/capchild/capture_session.h
index 111257d467..3f113f5720 100644
--- a/capchild/capture_session.h
+++ b/capchild/capture_session.h
@@ -52,7 +52,7 @@ typedef struct _capture_session {
guint32 count; /**< Total number of frames captured */
capture_options *capture_opts; /**< options for this capture */
capture_file *cf; /**< handle to cfile */
- struct _info_data *cap_data_info; /**< stats for this capture */
+ struct _info_data *cap_data_info; /**< stats for this capture */
} capture_session;
extern void