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

Commit 85843020 authored by Saketh Sathuvalli's avatar Saketh Sathuvalli Committed by Andy Hung
Browse files

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

Removed an extraneous semi-colon in the macro definition DC_FLOAT_STEP

Bug: 149852651
Test: Tested using standalone application
Change-Id: I557fef4c81e84b411ac929b71d538ce88e373f2b
parent 29d260f6
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.*/