Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fcf4eac authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "libeffects: Removed an extraneous semi-colon in a macro definition" am:...

Merge "libeffects: Removed an extraneous semi-colon in a macro definition" am: 550fef91 am: 3af8d573

Change-Id: I4208ffeee18287e0a0ad0a118687145764dec492
parents f7cf6512 3af8d573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#ifndef _DC_2I_D16_TRC_WRA_01_PRIVATE_H_
#define _DC_2I_D16_TRC_WRA_01_PRIVATE_H_

#define DC_FLOAT_STEP   0.0000002384f;
#define DC_FLOAT_STEP   0.0000002384f

/* The internal state variables are implemented in a (for the user)  hidden structure */
/* In this (private) file, the internal structure is declared fro private use.*/