summaryrefslogtreecommitdiff
path: root/apps/plugins/test_gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_gfx.c')
-rw-r--r--apps/plugins/test_gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_gfx.c b/apps/plugins/test_gfx.c
index 2c46d16b63..aa898549bb 100644
--- a/apps/plugins/test_gfx.c
+++ b/apps/plugins/test_gfx.c
@@ -35,7 +35,7 @@ static size_t gbuf_size = 0;
35#define DURATION (HZ) /* longer duration gives more precise results */ 35#define DURATION (HZ) /* longer duration gives more precise results */
36#define RND_SEED 0x43A678C3 /* arbirary */ 36#define RND_SEED 0x43A678C3 /* arbirary */
37 37
38PLUGIN_HEADER 38
39 39
40static uint16_t rand_table[0x400]; 40static uint16_t rand_table[0x400];
41static int log_fd; 41static int log_fd;