summaryrefslogtreecommitdiff
path: root/tests/video-timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/video-timer.c')
-rw-r--r--tests/video-timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/video-timer.c b/tests/video-timer.c
index cc59a9525a..ed070e111f 100644
--- a/tests/video-timer.c
+++ b/tests/video-timer.c
@@ -4,7 +4,7 @@
#include "variable.h"
typedef struct {
- gdouble angle;
+ double angle;
gint64 stream_time;
gint64 clock_time;
gint64 frame_counter;