From f73861f59a6fb2716b758407f820126ec4e81010 Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Sat, 20 Jul 2013 18:57:13 +0100 Subject: [PATCH] Remove accidental variable instantiation. --- sampler_prg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sampler_prg.h b/sampler_prg.h index 2ef7b9b..076d55c 100644 --- a/sampler_prg.h +++ b/sampler_prg.h @@ -45,7 +45,7 @@ struct sampler_ctrlinit union sampler_ctrlinit_union { gpointer ptr; struct sampler_ctrlinit cinit; -} u; +}; struct sampler_program -- 2.11.4.GIT