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

Commit bd5b5722 authored by Romain Guy's avatar Romain Guy
Browse files

absf() -> fabsf() instead of fabs()

Change-Id: I5571a635757295aa1514aeaff72e80cc3dd8752c
parent 7957eaa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -996,7 +996,7 @@ ScriptCState::SymbolTable_t ScriptCState::gSyms[] = {
        "float", "(float, float)" },
    { "abs", (void *)&abs,
        "int", "(int)" },
    { "absf", (void *)&fabs,
    { "absf", (void *)&fabsf,
        "float", "(float)" },
    { "sinf_fast", (void *)&SC_sinf_fast,
        "float", "(float)" },