Commit 7aeae9ec authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Had forgotten the final F in HAVE_SINCOSF in add_prof().

parent 532d120d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4511,7 +4511,7 @@ void make_kernel(float pos, float *kernel, interpenum interptype)
    else
      {
      x = -PI/3.0*(pos+2.0);
#ifdef HAVE_SINCOS
#ifdef HAVE_SINCOSF
      sincosf(x, &sinx1, &cosx1);
#else
      sinx1 = sinf(x);