Changeset 5c3061e


Ignore:
Timestamp:
Nov 26, 2018, 4:59:12 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
63c5015
Parents:
813ced8
Message:

[dct] fix typo in error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/dct.c

    r813ced8 r5c3061e  
    112112    return s;
    113113  } else {
    114     AUBIO_WRN("dct: unexcepected error while creating dct_fftw with size %d",
     114    AUBIO_WRN("dct: unexpected error while creating dct_fftw with size %d\n",
    115115        size);
    116116    goto plain;
     
    125125    return s;
    126126  } else {
    127     AUBIO_WRN("dct: unexcepected error while creating dct_ipp with size %d",
     127    AUBIO_WRN("dct: unexpected error while creating dct_ipp with size %d\n",
    128128        size);
    129129    goto plain;
Note: See TracChangeset for help on using the changeset viewer.