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

Commit 550fef91 authored by Andy Hung's avatar Andy Hung Committed by Gerrit Code Review
Browse files

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

parents 8be9a1bb 85843020
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.*/