diff options
Diffstat (limited to 'apps/plugins/test_gfx.c')
| -rw-r--r-- | apps/plugins/test_gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_gfx.c b/apps/plugins/test_gfx.c index 2c46d16..aa89854 100644 --- a/apps/plugins/test_gfx.c +++ b/apps/plugins/test_gfx.c @@ -35,7 +35,7 @@ static size_t gbuf_size = 0; #define DURATION (HZ) /* longer duration gives more precise results */ #define RND_SEED 0x43A678C3 /* arbirary */ -PLUGIN_HEADER + static uint16_t rand_table[0x400]; static int log_fd; |